Skip to content

Commit

Permalink
fixup! Add package CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Nov 13, 2023
1 parent 4e47aa3 commit 2df0c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Test package installation

on:
workflow_dispatch:
schedule: "5 4 * * 0" # every sunday at 04:05
schedule:
- cron: "5 4 * * 0" # every sunday at 04:05
push:

concurrency:
Expand Down

0 comments on commit 2df0c47

Please sign in to comment.