Skip to content

Commit

Permalink
Merge branch 'main' into add_goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Apr 15, 2024
2 parents 8e23aae + a1c890c commit b7aa244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

preview-release-notes:
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name == 'super-linter/super-linter'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit b7aa244

Please sign in to comment.