We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5acdc commit d4fa549Copy full SHA for d4fa549
1 file changed
.github/workflows/Breakage.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
break-pkg:
12
- if: ${{ ! contains(github.event.pull_request.labels.*.name, 'run breakage applications') }}
+ if: contains(github.event.pull_request.labels.*.name, 'run breakage')
13
strategy:
14
fail-fast: false
15
matrix:
0 commit comments