Skip to content

Commit

Permalink
Revert "Revert "[ci skip] add ci skipping""
Browse files Browse the repository at this point in the history
This reverts commit 0cc9936.
  • Loading branch information
David committed Jun 10, 2021
1 parent 0cc9936 commit 71d8c08
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- uses: mstachniuk/ci-skip@v1
with:
fail-fast: true

- name: Get branch name
shell: bash
run: echo "##[set-output name=name;]`echo $([ ${GITHUB_REF#refs/heads/} = "master" ] && echo 'latest' || echo ${GITHUB_REF#refs/heads/}) | sed 's/\//-/g'`"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- uses: mstachniuk/ci-skip@v1
with:
fail-fast: true

- uses: actions/setup-python@v2
with:
python-version: '3.9'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- uses: mstachniuk/ci-skip@v1
with:
fail-fast: true

- uses: actions/setup-python@v2
with:
python-version: '3.9'
Expand Down

0 comments on commit 71d8c08

Please sign in to comment.