Skip to content

Commit

Permalink
Updated some files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hotio committed Sep 4, 2023
1 parent 45a3c39 commit 6686bae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/call-build-on-failure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: call-build-on-failure

on:
workflow_run:
workflows: [call-build]
types: [completed]

jobs:
call:
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
uses: hotio/build-workflow/.github/workflows/build-on-call.yml@master
secrets: inherit

0 comments on commit 6686bae

Please sign in to comment.