We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a32527 commit a76aac3Copy full SHA for a76aac3
.github/workflows/publish.yml
@@ -60,7 +60,7 @@ jobs:
60
username: ${{ github.actor }}
61
password: ${{ secrets.ACCESS_TOKEN }}
62
registry: ghcr.io
63
- if: ${{ github.actor != 'dependabot[bot]' }}
+ if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false }}
64
65
- name: Resolve build_ruby version
66
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194.0
0 commit comments