Skip to content

Commit

Permalink
Regenerate weekly workflow
Browse files Browse the repository at this point in the history
I just do what the computer tells me to do.
  • Loading branch information
colesbury committed Dec 22, 2024
1 parent 9859979 commit 24bd4ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fork: python
ref: ${{ needs.determine_head.outputs.commit }}
machine: all
benchmarks: all
benchmarks: all_and_excluded
pgo: true
tier2: false
secrets: inherit
Expand All @@ -49,7 +49,7 @@ jobs:
fork: python
ref: ${{ needs.determine_head.outputs.commit }}
machine: all
benchmarks: all
benchmarks: all_and_excluded
pgo: true
tier2: false
jit: true
Expand All @@ -62,7 +62,7 @@ jobs:
fork: python
ref: ${{ needs.determine_head.outputs.commit }}
machine: all
benchmarks: all
benchmarks: all_and_excluded
pgo: true
tier2: false
jit: false
Expand Down

0 comments on commit 24bd4ad

Please sign in to comment.