Skip to content

Commit fbe9419

Browse files
committed
ci: Remove if:false
1 parent 4799a12 commit fbe9419

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
@@ -10,7 +10,6 @@ permissions: {}
1010

1111
jobs:
1212
pre-commit:
13-
if: false
1413
runs-on: ubuntu-latest
1514
steps:
1615
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -42,7 +41,6 @@ jobs:
4241
pre-commit run --color=always --all-files --show-diff-on-failure
4342
4443
distcheck:
45-
if: false
4644
runs-on: ubuntu-latest
4745
permissions:
4846
contents: write # TODO: This is needed for release, maybe split the release steps to a different job?

0 commit comments

Comments
 (0)