Skip to content

Commit c9e5228

Browse files
committed
test
1 parent acef073 commit c9e5228

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
build:
7777
needs: prepare
7878
runs-on: ubuntu-latest
79-
if: ${{ needs.prepare.outputs.length > 0 }}
79+
if: false #${{ needs.prepare.outputs.length > 0 }}
8080
strategy:
8181
fail-fast: false
8282
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}

my dir/a.txt

Whitespace-only changes.

my dir/b.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)