Skip to content

Commit 3b2f620

Browse files
authored
fix: Do not skip the release job (#84)
1 parent b39d995 commit 3b2f620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
release:
5757
name: Release?
58-
if: github.event == 'push'
58+
if: github.event_name == 'push' && github.repository == 'unfunco/terraform-aws-oidc-github'
5959
needs: [ verify ]
6060
permissions:
6161
contents: write

0 commit comments

Comments
 (0)