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 52ae69a commit d3c23e6Copy full SHA for d3c23e6
.github/workflows/performance-integration-tests.yml
@@ -12,8 +12,8 @@ on:
12
# - https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule
13
# - https://crontab.guru/
14
schedule:
15
- # Runs every 4 hours.
16
- - cron: '0 */4 * * *'
+ # Runs once a day.
+ - cron: '0 0 * * *'
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
@@ -33,6 +33,8 @@ jobs:
33
with:
34
cache_key: integration
35
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
36
+ - name: Xcode
37
+ run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
38
- name: Setup Bundler
39
run: scripts/setup_bundler.sh
40
- name: Install xcpretty
0 commit comments