Compare commits

...

2 Commits

Author SHA1 Message Date
2d1280a9a3 feat 修改build名称
All checks were successful
Build image / Explore-Gitea-Actions (push) Successful in 1m27s
2024-04-12 13:36:33 +08:00
58e475b060 del 删除push 2024-04-12 13:36:05 +08:00
2 changed files with 1 additions and 14 deletions

View File

@ -1,4 +1,4 @@
name: build image
name: Build image
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:

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'