Next pr, I won't run

This commit is contained in:
crazywhalecc
2025-06-14 02:36:47 +08:00
parent 6253b7a912
commit e5cd3adf97

View File

@@ -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 }}