del 删除push

This commit is contained in:
timerzz 2024-04-12 13:36:05 +08:00
parent 06988bbcc2
commit 58e475b060

View File

@ -1,13 +0,0 @@
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'