File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,24 @@ name: Build and Test 🧪
3
3
on :
4
4
# Schedule and workflow_dispatch (manual) only work on default branch
5
5
schedule :
6
- - cron : " 0 6 * * *" # Fire at 06:00 AM every day
6
+ - cron : " 30 4 * * *" # Fire at 04:30 AM every day
7
7
workflow_dispatch :
8
8
pull_request :
9
9
push :
10
10
branches :
11
11
# - github_action_mac
12
- # - github_action_build # The name of our test branch
12
+ # - github_action_build # The name of our test branch
13
13
- master
14
14
release :
15
15
types :
16
16
- published
17
17
18
18
permissions :
19
19
contents : read # To read the project source code (git)
20
- # packages: read # To read the docker image from package registry
21
20
22
21
jobs :
23
22
build_swift-t :
24
- name : Swift/T OS=${{ matrix.os }} PY=${{ matrix.python-version }}
23
+ name : OS=${{ matrix.os }} PY=${{ matrix.python-version }}
25
24
runs-on : ${{ matrix.os }}
26
25
strategy :
27
26
matrix :
You can’t perform that action at this time.
0 commit comments