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 b39d995 commit 3b2f620Copy full SHA for 3b2f620
.github/workflows/ci.yaml
@@ -55,7 +55,7 @@ jobs:
55
56
release:
57
name: Release?
58
- if: github.event == 'push'
+ if: github.event_name == 'push' && github.repository == 'unfunco/terraform-aws-oidc-github'
59
needs: [ verify ]
60
permissions:
61
contents: write
0 commit comments