staging #43

Merged
triggermeelmo merged 75 commits from staging into development 2025-11-06 21:23:27 +01:00
Showing only changes of commit 921b4a9664 - Show all commits

View File

@@ -123,6 +123,9 @@ jobs:
tag: tag:
name: Create Tag name: Create Tag
needs: [docker-build-and-push, set-tag] needs: [docker-build-and-push, set-tag]
if: |
needs.set-tag.outputs.should_tag == 'true' &&
github.event_name != 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4