We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c507a commit a07ce7fCopy full SHA for a07ce7f
1 file changed
.github/workflows/push_2.yaml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
lint:
11
runs-on: ubuntu-latest
12
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ # if: ${{ github.event.workflow_run.conclusion == 'success' }}
13
name: Lint
14
steps:
15
- uses: actions/checkout@v4
0 commit comments