Skip to content

Commit

Permalink
* Autoremove label when workflow is triggered. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jellix committed Jun 11, 2020
1 parent 5f2d1b1 commit 66f38d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proof-events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
});
build:
if: never() # contains(github.event.label.name, 'run_proof')
if: False # contains(github.event.label.name, 'run_proof')
name: Proof on ${{ matrix.tag }} ${{ matrix.year }}
runs-on: ubuntu-latest

Expand Down

0 comments on commit 66f38d5

Please sign in to comment.