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.
2 parents 39464c1 + ad0abe1 commit 8620fb8Copy full SHA for 8620fb8
.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
99
name: Action Test
100
runs-on: ubuntu-24.04
101
# This job fails in forks, because it requires `id-token: write` permission.
102
- if: github.repository_owner == 'rust-lang'
+ if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'rust-lang/crates-io-auth-action' }}
103
104
# Required for OpenID Connect token retrieval.
105
permissions:
0 commit comments