Skip to content

Commit e7991c7

Browse files
authored
Update CI.yml
1 parent 3ebbeec commit e7991c7

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,12 @@ on:
55
branches:
66
- main
77

8-
schedule:
9-
# 台灣的每隔 2 天的午夜 00:00 觸發
10-
- cron: '0 16 */2 * *'
11-
128
concurrency:
139
group: ${{ github.workflow }}-${{ github.ref }}
1410
cancel-in-progress: true
1511

1612
jobs:
1713

18-
Sync:
19-
strategy:
20-
matrix:
21-
os:
22-
- ubuntu-latest
23-
# - macos-latest
24-
swift: ["5.9"]
25-
runs-on: ${{ matrix.os }}
26-
steps:
27-
- uses: actions/checkout@v4
28-
with:
29-
submodules: true
30-
- uses: ./.github/workflows/actions/setup
31-
with:
32-
swift: ${{ matrix.swift }}
33-
os: ${{ matrix.os }}
34-
- run: make install
35-
3614
Test:
3715
strategy:
3816
matrix:

0 commit comments

Comments
 (0)