Skip to content

Commit

Permalink
[BW] Allow running tests on multiple iOS/Xcode versions on any branch…
Browse files Browse the repository at this point in the history
… manually
  • Loading branch information
testableapple committed Jan 6, 2023
1 parent 2e678be commit c40380c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: Cron Checks

on:
schedule:
# Runs "At 03:00 every night"
- cron: '0 3 * * *'
# Runs "At 02:00 every night"
- cron: '0 2 * * *'

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

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

0 comments on commit c40380c

Please sign in to comment.