Skip to content

Commit

Permalink
ci: Disable tagging releases in forks
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed May 12, 2024
1 parent 5c040e7 commit 271b3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
group: ci-tag-${{ (github.ref == 'refs/heads/main' && github.ref) || github.run_id }}
cancel-in-progress: true
if: |
vars.RELEASE_ENABLED &&
startsWith(github.ref, 'refs/heads/') &&
needs.docs.result == 'success' &&
needs.test.result == 'success' &&
Expand Down

0 comments on commit 271b3b2

Please sign in to comment.