Skip to content

Commit a34fccd

Browse files
committed
Update CI and Documentation workflows
1 parent 8483c5d commit a34fccd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
call:
12+
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'run ci') }}
1213
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
1314
with:
1415
runs_on: '["ubuntu-latest"]'

.github/workflows/Documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ on:
99

1010
jobs:
1111
call:
12+
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'run documentation') }}
1213
uses: control-toolbox/CTActions/.github/workflows/documentation.yml@main

0 commit comments

Comments
 (0)