Skip to content

Commit

Permalink
fix cicd data validation skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Oct 17, 2024
1 parent 1b16935 commit 20e5973
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-datavalidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ on:
jobs:
restart-data-validation:
runs-on: ubuntu-latest
if: ${{ github.event.inputs.runner }} == 'siibra-data-validation'
if: ${{ github.event.inputs.runner == 'siibra-data-validation' }}
steps:
- run: |
echo ""
# data validation will be enabled in the future when the runner is available.
echo "This job runs only if the runner is 'siibra-data-validation'."
# runs-on: siibra-data-validation
# steps:
# - run: |
Expand Down

0 comments on commit 20e5973

Please sign in to comment.