Skip to content

Commit a07ce7f

Browse files
committed
test: Ensure lint always runs for testing purposes
1 parent 59c507a commit a07ce7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push_2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
lint:
1111
runs-on: ubuntu-latest
12-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
12+
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
1313
name: Lint
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)