Skip CI if label added to PR (#2571)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2022-10-15 17:52:12 +05:30
committed by GitHub
parent f2b790921b
commit d933f0ba6c
6 changed files with 12 additions and 9 deletions
+1
View File
@@ -29,6 +29,7 @@ jobs:
# Job to run change detection
integration-test:
runs-on: ${{ matrix.os }}
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
strategy:
fail-fast: false
matrix: