diff --git a/.github/workflows/call-build-on-failure.yml b/.github/workflows/call-build-on-failure.yml deleted file mode 100644 index 49cc7219..00000000 --- a/.github/workflows/call-build-on-failure.yml +++ /dev/null @@ -1,12 +0,0 @@ -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