We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d760f18 commit c5d3fd4Copy full SHA for c5d3fd4
.github/workflows/main.yaml
@@ -7,6 +7,11 @@ on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
push:
9
branches: [ source ]
10
+
11
+ workflow_run:
12
+ workflows: ["Update Download Files from hkubectl Release"]
13
+ types:
14
+ - completed
15
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
16
jobs:
17
# This workflow contains a single job called "build"
.github/workflows/update-hkubectl-downloads.yaml
@@ -1,4 +1,4 @@
1
-name: Update Download Files from hkubectl Release
+name: Update Download Files from hkubectl Release # If you change the name, update at main.yaml too
2
3
# Trigger the workflow when a new release is published in the hkubectl repository
4
on:
0 commit comments