Skip to content

Commit 83c52e9

Browse files
authored
Update deploy_k8s.yml
1 parent cdc57db commit 83c52e9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/deploy_k8s.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name: Deploy to K8s (Apps Only)
22

3-
#on:
4-
# workflow_run:
5-
# workflows: ["Publish Docker images to GHCR"]
6-
# types: [completed]
73
on:
8-
workflow_dispatch:
4+
workflow_run:
5+
workflows: ["Publish Docker images to GHCR"]
6+
types: [completed]
97
jobs:
108
deploy:
11-
# if: |
12-
# github.event.workflow_run.conclusion == 'success' &&
13-
# github.event.workflow_run.head_branch == 'main'
9+
if: |
10+
github.event.workflow_run.conclusion == 'success' &&
11+
github.event.workflow_run.head_branch == 'main'
1412
runs-on: ubuntu-latest
1513

1614
env:

0 commit comments

Comments
 (0)