Skip to content

Commit f84145c

Browse files
authored
Merge pull request #33 from fluxcd/test-disable-ci
Disable CI using PR labels
2 parents de869e2 + 821771f commit f84145c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
push:
66
branches:
77
- main
8+
- test*
89

910
jobs:
1011
unit:
12+
if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')"
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: Checkout

0 commit comments

Comments
 (0)