We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8483c5d commit a34fccdCopy full SHA for a34fccd
2 files changed
.github/workflows/CI.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
call:
12
+ if: ${{ ! contains(github.event.pull_request.labels.*.name, 'run ci') }}
13
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
14
with:
15
runs_on: '["ubuntu-latest"]'
.github/workflows/Documentation.yml
@@ -9,4 +9,5 @@ on:
+ if: ${{ ! contains(github.event.pull_request.labels.*.name, 'run documentation') }}
uses: control-toolbox/CTActions/.github/workflows/documentation.yml@main
0 commit comments