Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Mar 13, 2024
1 parent 1406451 commit cd2f202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/system-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
trigger:
if: ${{ github.event.label.name == 'trigger-system-tests' }}
if: github.event.label.name == 'trigger-system-tests'
steps:
- uses: precice/tutorials/.github/workflows/run_testsuite_workflow.yml@develop
with:
Expand Down

0 comments on commit cd2f202

Please sign in to comment.