ci: Disable tagging releases in forks
This commit is contained in:
@@ -112,6 +112,7 @@ jobs:
|
|||||||
group: ci-tag-${{ (github.ref == 'refs/heads/main' && github.ref) || github.run_id }}
|
group: ci-tag-${{ (github.ref == 'refs/heads/main' && github.ref) || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
if: |
|
if: |
|
||||||
|
vars.RELEASE_ENABLED &&
|
||||||
startsWith(github.ref, 'refs/heads/') &&
|
startsWith(github.ref, 'refs/heads/') &&
|
||||||
needs.docs.result == 'success' &&
|
needs.docs.result == 'success' &&
|
||||||
needs.test.result == 'success' &&
|
needs.test.result == 'success' &&
|
||||||
|
|||||||
Reference in New Issue
Block a user