We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3627dce commit 6d9d32fCopy full SHA for 6d9d32f
1 file changed
.github/workflows/auto_repair.yml
@@ -6,6 +6,11 @@ on:
6
types: [completed]
7
8
jobs:
9
+ checkout:
10
+ runs-on: self-hosted
11
+ steps:
12
+ - name: checkout source code
13
+ uses: actions/checkout@v2
14
auto-repair:
15
runs-on: self-hosted
16
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
0 commit comments