We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebbeec commit e7991c7Copy full SHA for e7991c7
.github/workflows/CI.yml
@@ -5,34 +5,12 @@ on:
5
branches:
6
- main
7
8
- schedule:
9
- # 台灣的每隔 2 天的午夜 00:00 觸發
10
- - cron: '0 16 */2 * *'
11
-
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
14
cancel-in-progress: true
15
16
jobs:
17
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
32
- swift: ${{ matrix.swift }}
33
- os: ${{ matrix.os }}
34
- - run: make install
35
36
Test:
37
strategy:
38
matrix:
0 commit comments