Skip to content

Commit dac1c52

Browse files
authored
Merge pull request #7892 from BacLuc/do-not-run-ci-staging-prod
CI: do not run continuous-integration.yml on stage and prod
2 parents 5b15ace + 8102f2e commit dac1c52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deployment-stage-prod.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ on:
1111
workflow_dispatch:
1212

1313
jobs:
14-
continuous-integration:
15-
name: 'Continuous integration'
16-
uses: ./.github/workflows/continuous-integration.yml
17-
1814
build-and-push:
1915
name: Build and push docker images
20-
needs: continuous-integration
2116
uses: ./.github/workflows/reusable-build-and-push.yml
2217
with:
2318
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)