mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Next pr, I won't run
This commit is contained in:
parent
6253b7a912
commit
e5cd3adf97
2
.github/workflows/commit-tests.yml
vendored
2
.github/workflows/commit-tests.yml
vendored
@ -10,6 +10,8 @@ env:
|
||||
jobs:
|
||||
parse-commit:
|
||||
runs-on: ubuntu-latest
|
||||
# if the commit message does not contain {craft} or {bash} tags, then skip the craft-test and bash-test jobs
|
||||
if: github.event_name == 'push' && (contains(github.event.head_commit.message, '{craft}') || contains(github.event.head_commit.message, '{bash}'))
|
||||
outputs:
|
||||
skip_craft: ${{ steps.parse_commit.outputs.skip_craft }}
|
||||
craft: ${{ steps.parse_commit.outputs.craft }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user