Skip to content

Commit

Permalink
chore: run tests every week
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 18, 2024
1 parent 85dceef commit cdcda48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: validate

on: [push]
on:
push:
schedule:
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit cdcda48

Please sign in to comment.