Skip to content

Commit 8362b64

Browse files
committed
fix(): removed redundant condition
1 parent 7b2d146 commit 8362b64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
release:
3434
name: Release
3535
runs-on: ubuntu-latest
36-
# Skip running release workflow on forks
37-
if: github.repository_owner == 'terraform-aws-modules'
3836
steps:
3937
- name: Checkout
4038
uses: actions/checkout@v3

0 commit comments

Comments
 (0)