Skip to content

Commit

Permalink
[ci][schedule-run-ci-internal] Add skip ci check (#1392)
Browse files Browse the repository at this point in the history
Add `ci:skip` label check in `schedule-run-ci-internal.yaml` to avoid
adding the label check in each step in `build.yaml`.
  • Loading branch information
littleGnAl authored Oct 20, 2023
1 parent 4ecea25 commit 36a6364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schedule-run-ci-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
check_permission:
name: Check permission
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
runs-on: ubuntu-latest
timeout-minutes: 60
outputs:
Expand Down

0 comments on commit 36a6364

Please sign in to comment.