Skip to content

Commit 821771f

Browse files
committed
Disable CI using PR labels
Signed-off-by: Stefan Prodan <[email protected]>
1 parent de869e2 commit 821771f

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)