watcher/.gitea/workflows/push.yml
timerzz 492bd76770
Some checks failed
Build image / Explore-Gitea-Actions (push) Failing after 16s
feat 修改build名称
2024-04-12 13:54:55 +08:00

13 lines
327 B
YAML

name: push image
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on:
workflow_run:
workflows: [Build image]
types: [completed]
jobs:
on-success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo 'The triggering workflow passed'