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 56e5e8f commit 85544a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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: contains(github.event.pull_request.labels.*.name, 'example-label')
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 85544a6

Please sign in to comment.