We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b648dd commit dc05c58Copy full SHA for dc05c58
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
test:
28
name: Test
29
runs-on: ubuntu-latest
30
- if: ${{ github.event.head_commit && !contains(github.event.head_commit.message, '[skip ci]') }}
+ if: ${{ !contains(github.event_name == 'pull_request' && github.event.pull_request.title || github.event.head_commit.message || '', '[skip ci]') }}
31
32
steps:
33
- name: Checkout repository
0 commit comments