Skip to content

Commit ffefc72

Browse files
committed
fix ci
1 parent e9e2c75 commit ffefc72

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,8 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
pre-test:
11-
permissions:
12-
actions: write
13-
contents: read
14-
runs-on: ubuntu-latest
15-
outputs:
16-
should_skip: ${{ steps.skip_check.outputs.should_skip }}
17-
steps:
18-
- id: skip_check
19-
uses: fkirc/skip-duplicate-actions@v5
20-
with:
21-
cancel_others: "true"
22-
2310
test:
2411
runs-on: ubuntu-latest
25-
needs: pre-test
26-
if: needs.pre-test.outputs.should_skip != 'true'
2712
steps:
2813
- uses: actions/checkout@v4
2914

0 commit comments

Comments
 (0)