Skip to content

Commit c9dbcf9

Browse files
committed
ci: tempoary disable tested jobs to speed up debugging and save resources
1 parent c620490 commit c9dbcf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "master"
1111
jobs:
1212
lint:
13+
if: false # temporary disabled
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v5
@@ -22,6 +23,7 @@ jobs:
2223
if: ${{ steps.lint.outcome != 'success' }}
2324
run: echo "::warning::Linter failure suppressed (continue-on-error=true)"
2425
test:
26+
if: false # temporary disabled
2527
strategy:
2628
fail-fast: false
2729
matrix:

0 commit comments

Comments
 (0)