We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6924988 commit 95fbd33Copy full SHA for 95fbd33
.github/workflows/ci.yml
@@ -217,7 +217,7 @@ jobs:
217
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
218
219
preview-release-notes:
220
- if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name == 'super-linter/super-linter'
+ if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name && github.repository == 'super-linter/super-linter'
221
runs-on: ubuntu-latest
222
permissions:
223
contents: read
0 commit comments