We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc57db commit 83c52e9Copy full SHA for 83c52e9
.github/workflows/deploy_k8s.yml
@@ -1,16 +1,14 @@
1
name: Deploy to K8s (Apps Only)
2
3
-#on:
4
-# workflow_run:
5
-# workflows: ["Publish Docker images to GHCR"]
6
-# types: [completed]
7
on:
8
- workflow_dispatch:
+ workflow_run:
+ workflows: ["Publish Docker images to GHCR"]
+ types: [completed]
9
jobs:
10
deploy:
11
-# if: |
12
-# github.event.workflow_run.conclusion == 'success' &&
13
-# github.event.workflow_run.head_branch == 'main'
+ if: |
+ github.event.workflow_run.conclusion == 'success' &&
+ github.event.workflow_run.head_branch == 'main'
14
runs-on: ubuntu-latest
15
16
env:
0 commit comments