Skip to content

Commit

Permalink
ci: Run unsoundness checks on a set schedule (#1666)
Browse files Browse the repository at this point in the history
Closes #1665
  • Loading branch information
aborgna-q authored Nov 18, 2024
1 parent c2c5752 commit 0e20576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unsoundness.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Unsoundness checks

on:
push:
branches:
- main
schedule:
# Weekly on Monday at 04:00 UTC
- cron: '0 4 * * 1'
workflow_dispatch: {}

concurrency:
Expand Down

0 comments on commit 0e20576

Please sign in to comment.