We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1f146 commit f044994Copy full SHA for f044994
.github/workflows/pre-commit.yml
@@ -23,11 +23,12 @@ jobs:
23
- name: Save workflow ID
24
id: save-workflow-id
25
run: echo "workflow_id=${{ github.event.workflow_run.id }}" >> $GITHUB_OUTPUT
26
+
27
lint:
28
if: always()
- # contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge')
29
+ #if: ${{ always() && contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge') }}
30
needs: save-workflow-id
- name: Checking if any fixes are needed
31
+ name: Run pre-commit hooks
32
runs-on: ubuntu-latest
33
steps:
34
- name: Checkout latest commit
0 commit comments