Skip to content

Commit

Permalink
Run benchmarks every Tue, Thu, Sun
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Nov 13, 2024
1 parent 08dc5d5 commit 63579da
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: Tests
on:
push:
branches:
- main
tags:
- "*"
schedule:
# Runs "At 00:01" (see https://crontab.guru)
- cron: "1 0 * * 0" # every Sunday
# Runs at 00:00 on Sunday, Tuesday, and Thursday. (see https://crontab.guru)
- cron: "1 0 * * 0,2,4"
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 63579da

Please sign in to comment.