Skip to content

Commit

Permalink
ci(test): rm ci-skip job as natively supported
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Dec 11, 2023
1 parent 9bbb3a7 commit c2c43a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,8 @@ on:
- docs/urls.json

jobs:
# [original source of job "check-if-to-skip"](https://github.com/srz-zumix/ci-skip/blob/master/.github/workflows/main.yml#L15)
skip:
runs-on: ubuntu-latest
# skip commits with [ci skip] or [skip ci], except on an action triggered by push of a version tag
if: "!( contains(github.event.head_commit.message, '[ci skip]') || contains(github.event.head_commit.message, '[skip ci]') )"
steps:
- name: Check [ci skip] or [skip ci]
run: exit 0

test:
needs: skip
timeout-minutes: 10
runs-on: ubuntu-latest

Expand Down

0 comments on commit c2c43a3

Please sign in to comment.