We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b176b59 + d60d482 commit 1f18f70Copy full SHA for 1f18f70
1 file changed
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
jobs:
5
6
block-autosquash-commits:
7
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
+ if: github.event_name == 'pull_request'
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/[email protected]
0 commit comments