Skip to content

Commit 95fbd33

Browse files
authored
ci: fix a run condition in CI preview-release-notes (#5532)
1 parent 6924988 commit 95fbd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
218218

219219
preview-release-notes:
220-
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name == 'super-linter/super-linter'
220+
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name && github.repository == 'super-linter/super-linter'
221221
runs-on: ubuntu-latest
222222
permissions:
223223
contents: read

0 commit comments

Comments
 (0)