We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7a9e8 commit ae1f146Copy full SHA for ae1f146
.github/workflows/pre-commit.yml
@@ -24,7 +24,7 @@ jobs:
24
id: save-workflow-id
25
run: echo "workflow_id=${{ github.event.workflow_run.id }}" >> $GITHUB_OUTPUT
26
lint:
27
- # if: |
+ if: always()
28
# contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge')
29
needs: save-workflow-id
30
name: Checking if any fixes are needed
0 commit comments