Skip to content

Commit

Permalink
Disable the PR post build workflow, temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed May 26, 2021
1 parent a872929 commit 9992d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/postci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
knowall:
runs-on: ubuntu-latest
if: false # Disable temporary the workflow.
if: >
${{ github.event.workflow_run.event == 'pull_request'}}
steps:
Expand Down

0 comments on commit 9992d01

Please sign in to comment.