Skip to content

Commit ae1f146

Browse files
committed
Always run
1 parent 1c7a9e8 commit ae1f146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: save-workflow-id
2525
run: echo "workflow_id=${{ github.event.workflow_run.id }}" >> $GITHUB_OUTPUT
2626
lint:
27-
# if: |
27+
if: always()
2828
# contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge')
2929
needs: save-workflow-id
3030
name: Checking if any fixes are needed

0 commit comments

Comments
 (0)