Skip to content

Commit

Permalink
Merge pull request #40 from bitnami/chore/avoid-run-in-forks
Browse files Browse the repository at this point in the history
[bitnami/render-template] chore(workflows): Avoid running workflows in forked repositories
  • Loading branch information
fmulero authored Feb 11, 2025
2 parents 77e8a06 + fb0a406 commit 5dc5559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
out/*.tar.gz
release:
needs: [ 'build-and-test' ]
if: startsWith(github.ref, 'refs/tags/')
if: github.repository == 'bitnami/render-template' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down

0 comments on commit 5dc5559

Please sign in to comment.