mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-06-14 21:18:20 +00:00
actions: publish should occur after successful run (#4218)
Signed-off-by: mickael emirkanian <mickael.emirkanian@docker.com>
This commit is contained in:
committed by
GitHub
parent
3bf33c3a11
commit
23085291c7
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
@@ -8,6 +8,9 @@ on:
|
||||
|
||||
jobs:
|
||||
packages:
|
||||
if: >
|
||||
github.event.workflow_run.event == 'push' &&
|
||||
github.event.workflow_run.conclusion == 'success'
|
||||
env:
|
||||
linuxkit_file: linuxkit-amd64-linux
|
||||
name: Publish Changed Packages
|
||||
|
||||
Reference in New Issue
Block a user