Skip to content

Commit f044994

Browse files
committed
Change name
1 parent ae1f146 commit f044994

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pre-commit.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
- name: Save workflow ID
2424
id: save-workflow-id
2525
run: echo "workflow_id=${{ github.event.workflow_run.id }}" >> $GITHUB_OUTPUT
26+
2627
lint:
2728
if: always()
28-
# contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge')
29+
#if: ${{ always() && contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge') }}
2930
needs: save-workflow-id
30-
name: Checking if any fixes are needed
31+
name: Run pre-commit hooks
3132
runs-on: ubuntu-latest
3233
steps:
3334
- name: Checkout latest commit

0 commit comments

Comments
 (0)