We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd1054 commit 7fbb492Copy full SHA for 7fbb492
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
name: Release
25
runs-on: ubuntu-latest
26
# Skip running release workflow on forks
27
- if: github.repository_owner == 'terraform-aws-modules'
+ if: github.repository_owner == 'opsworks-co'
28
steps:
29
- name: Checkout
30
uses: actions/checkout@v4
0 commit comments