Skip to content

Commit 6c80b4e

Browse files
Vedant2005goyalvgvassilev
authored andcommitted
Fix duplicate 'if' in the postci.yml workflow
1 parent 043fea7 commit 6c80b4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/postci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
knowall:
99
runs-on: ubuntu-latest
10-
if: ${{ false }} # Disable temporary the workflow.
1110
if: >
1211
${{ github.event.workflow_run.event == 'pull_request'}}
1312
steps:

0 commit comments

Comments
 (0)