From d83cc4a5dd85f31dc80b420021b2ab6c926da323 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Wed, 20 Sep 2023 11:51:12 +0200 Subject: [PATCH] ci: skip UI tests if the label is present [skip ci] (#389) --- .github/workflows/build-test-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 493cbb18..cddf0102 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -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