Skip to content

Commit c40380c

Browse files
committed
[BW] Allow running tests on multiple iOS/Xcode versions on any branch manually
1 parent 2e678be commit c40380c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/cron-checks.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@ name: Cron Checks
22

33
on:
44
schedule:
5-
# Runs "At 03:00 every night"
6-
- cron: '0 3 * * *'
5+
# Runs "At 02:00 every night"
6+
- cron: '0 2 * * *'
7+
8+
workflow_dispatch:
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
713

814
env:
915
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI

0 commit comments

Comments
 (0)