Compare commits
2 Commits
06988bbcc2
...
2d1280a9a3
Author | SHA1 | Date | |
---|---|---|---|
2d1280a9a3 | |||
58e475b060 |
@ -1,4 +1,4 @@
|
||||
name: build image
|
||||
name: Build image
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
jobs:
|
||||
|
@ -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'
|
Loading…
Reference in New Issue
Block a user