Skip to content

Commit ea56603

Browse files
committed
Change cron, clean up
1 parent d5eceb4 commit ea56603

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,24 @@ name: Build and Test 🧪
33
on:
44
# Schedule and workflow_dispatch (manual) only work on default branch
55
schedule:
6-
- cron: "0 6 * * *" # Fire at 06:00 AM every day
6+
- cron: "30 4 * * *" # Fire at 04:30 AM every day
77
workflow_dispatch:
88
pull_request:
99
push:
1010
branches:
1111
# - github_action_mac
12-
# - github_action_build # The name of our test branch
12+
# - github_action_build # The name of our test branch
1313
- master
1414
release:
1515
types:
1616
- published
1717

1818
permissions:
1919
contents: read # To read the project source code (git)
20-
# packages: read # To read the docker image from package registry
2120

2221
jobs:
2322
build_swift-t:
24-
name: Swift/T OS=${{ matrix.os }} PY=${{ matrix.python-version }}
23+
name: OS=${{ matrix.os }} PY=${{ matrix.python-version }}
2524
runs-on: ${{ matrix.os }}
2625
strategy:
2726
matrix:

0 commit comments

Comments
 (0)