From 8102f2eaafec08047936fffd98dfd92858ffce79 Mon Sep 17 00:00:00 2001 From: BacLuc Date: Fri, 1 Aug 2025 14:26:00 +0200 Subject: [PATCH] CI: do not run continuous-integration.yml on stage and prod Usually, they it already ran on devel. If you do manual branching and pushing, you can run the workflow by yourself with workflow-dispatch. --- .github/workflows/deployment-stage-prod.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/deployment-stage-prod.yml b/.github/workflows/deployment-stage-prod.yml index 5ef0a4240b..a3f07dce30 100644 --- a/.github/workflows/deployment-stage-prod.yml +++ b/.github/workflows/deployment-stage-prod.yml @@ -11,13 +11,8 @@ on: workflow_dispatch: jobs: - continuous-integration: - name: 'Continuous integration' - uses: ./.github/workflows/continuous-integration.yml - build-and-push: name: Build and push docker images - needs: continuous-integration uses: ./.github/workflows/reusable-build-and-push.yml with: tag: ${{ github.ref_name }}