Skip to content

Commit ae26cd8

Browse files
committed
ci: Remove if:false
1 parent a20587f commit ae26cd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
pre-commit:
11-
if: false
1211
runs-on: ubuntu-latest
1312
steps:
1413
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -39,7 +38,6 @@ jobs:
3938
pre-commit run --color=always --all-files --show-diff-on-failure
4039
4140
distcheck:
42-
if: false
4341
runs-on: ubuntu-latest
4442
strategy:
4543
matrix:

0 commit comments

Comments
 (0)