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 -1
View File
@@ -22,7 +22,7 @@ on:
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
steps:
- name: Check out code
uses: actions/checkout@v3