Skip to content

Commit 22d056d

Browse files
committed
no3
1 parent a8b27c8 commit 22d056d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ on:
1111
- master
1212

1313
jobs:
14-
deploy_prod3:
15-
name: Deploy prod3
16-
uses: ./.github/workflows/deploy_syslog.yaml
17-
with:
18-
environment: prod3
19-
secrets: inherit
20-
#if: github.ref == 'refs/heads/master'
14+
# deploy_prod3:
15+
# name: Deploy prod3
16+
# uses: ./.github/workflows/deploy_syslog.yaml
17+
# with:
18+
# environment: prod3
19+
# secrets: inherit
20+
# #if: github.ref == 'refs/heads/master'
2121

2222
deploy_prod2:
2323
name: Deploy prod2
2424
uses: ./.github/workflows/deploy_syslog.yaml
2525
with:
2626
environment: prod2
2727
secrets: inherit
28-
needs: deploy_prod3
28+
# needs: deploy_prod3
2929
#if: github.ref == 'refs/heads/master'
3030

3131
deploy_prod1:

0 commit comments

Comments
 (0)