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 f10c009 commit 24381cc
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 @@ -7,7 +7,7 @@ on:
jobs:
system-tests:
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'trigger-system-tests' }}
if: contains(github.event.pull_request.labels.*.name, 'trigger-system-tests')
steps:
- uses: precice/tutorials/.github/workflows/run_testsuite_workflow.yml@develop
with:
Expand Down

0 comments on commit 24381cc

Please sign in to comment.