ci skip Lets see if this even runs
This commit is contained in:
parent
851a6712b7
commit
a88149b01f
@ -11,11 +11,8 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- name: Check last commit message
|
|
||||||
id: skip
|
|
||||||
uses: atlwendy/retrieve-commit-messages-from-pr@v2
|
|
||||||
- name: Set SHOULD_RUN flag
|
- name: Set SHOULD_RUN flag
|
||||||
run: echo ::set-env name=SHOULD_RUN::${{ steps.skip.outputs.shouldRun }}
|
run: echo ::set-env name=SHOULD_RUN::!contains(toJSON(github.event.commits.*.message), 'skip-ci') && !contains(toJSON(github.event.commits.*.message), 'skip ci') && !contains(toJSON(github.event.commits.*.message), 'ci skip') && !contains(toJSON(github.event.commits.*.message), 'ci-skip')
|
||||||
- name: TAG - Bump version and push tag
|
- name: TAG - Bump version and push tag
|
||||||
uses: anothrNick/github-tag-action@1.17.2
|
uses: anothrNick/github-tag-action@1.17.2
|
||||||
if: github.event.action != 'pong' && env.SHOULD_RUN == 'true'
|
if: github.event.action != 'pong' && env.SHOULD_RUN == 'true'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user