Reapply "Connectivity and BOLD for Julich Brain 3.1 (prerelease)" + p… #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: '[ci/cd] restart data validation VM' | |
on: | |
push: | |
branches: | |
- "master" | |
workflow_run: | |
types: [completed] | |
workflows: ['[test] test configuration'] | |
jobs: | |
restart-data-validation: | |
runs-on: siibra-data-validation | |
steps: | |
- run: | | |
/bin/bash -c "cd /softwares/software && ./restart.sh" |