Skip to content

Commit

Permalink
ci: skip UI tests if the label is present [skip ci] (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored Sep 20, 2023
1 parent 93e6558 commit d83cc4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
- meta
- build
runs-on: ubuntu-latest
if: |
!contains(github.event.issue.labels.*.name, "skip-ui-tests")
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit d83cc4a

Please sign in to comment.