Skip to content

Commit 43d3089

Browse files
committed
Deactivate staging cicd jobs
1 parent 56b395b commit 43d3089

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
name: Deploy to staging
6363
environment:
6464
name: Staging
65-
if: github.event.ref == 'refs/heads/main'
65+
#if: github.event.ref == 'refs/heads/main'
66+
if: false
6667
needs: build
6768
runs-on: ubuntu-latest
6869
steps:
@@ -144,7 +145,8 @@ jobs:
144145
name: Push main images to registry (staging)
145146
environment:
146147
name: Staging
147-
if: github.event.ref == 'refs/heads/main'
148+
#if: github.event.ref == 'refs/heads/main'
149+
if: false
148150
needs: build
149151
runs-on: ubuntu-latest
150152
permissions:
@@ -157,7 +159,6 @@ jobs:
157159
with:
158160
ref: main
159161

160-
161162
- name: Log in to the Container registry
162163
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
163164
with:

0 commit comments

Comments
 (0)