Skip to content

Commit

Permalink
Update Performance GitHub Actions workflow and move to Mondays.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Oct 29, 2024
1 parent 2174c22 commit 0814d98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: Performance

on:
schedule:
# Every Wednesday at 00:00:00 UTC.
# Every Monday at 00:00:00 UTC.
# @see https://crontab.cronhub.io/
- cron: "0 0 * * 3"
- cron: "0 0 * * 1"

workflow_dispatch:

jobs:
performance:
name: "Bench: ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
name: "Performance: ${{ matrix.os }}"
runs-on: "${{ matrix.os }}-latest"
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu, macos, windows ]
php: [ "8.2" ]
steps:
- name: "Install rsync"
Expand Down

0 comments on commit 0814d98

Please sign in to comment.