Tag release only if not a scheduled CI run.

This commit is contained in:
Patrick Lehmann
2025-08-17 10:44:31 +02:00
parent fb546453ae
commit 744f08b9bf

View File

@@ -346,7 +346,7 @@ jobs:
# - StaticTypeCheck
- Package
- PublishToGitHubPages
if: needs.Prepare.outputs.is_release_commit
if: needs.Prepare.outputs.is_release_commit && github.event_name != 'schedule'
permissions:
contents: write # required for create tag
actions: write # required for trigger workflow