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