Skip to content

Commit d83cc4a

Browse files
authored
ci: skip UI tests if the label is present [skip ci] (#389)
1 parent 93e6558 commit d83cc4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
- meta
122122
- build
123123
runs-on: ubuntu-latest
124+
if: |
125+
!contains(github.event.issue.labels.*.name, "skip-ui-tests")
124126
permissions:
125127
id-token: write
126128
contents: read

0 commit comments

Comments
 (0)