ci: Disable tagging releases in forks

This commit is contained in:
Wolfgang Walther
2024-05-12 15:10:28 +02:00
parent 5c040e74f5
commit 271b3b273d
+1
View File
@@ -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' &&