d #28

Merged
triggermeelmo merged 3 commits from bugix/pipeline into staging 2025-10-04 13:29:55 +02:00
Showing only changes of commit b012693c21 - Show all commits

View File

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