Skip to content

Commit

Permalink
📝 更新 Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaoo committed Dec 9, 2023
1 parent c31d004 commit 1811412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Cuckoo-Dev-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build:
name: Cuckoo Dev Build
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci') && github.event_name == 'pull_request'"
if: "!contains(github.event.head_commit.message, 'skip ci') && github.event_name != 'pull_request'"
needs:
- php
steps:
Expand Down

0 comments on commit 1811412

Please sign in to comment.