Skip to content

Commit

Permalink
Add scheduled run
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Jun 6, 2024
1 parent d6a3e13 commit 01982fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test-snap.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Snap Tester
name: Build, test and publish snap

on:
schedule:
- cron: "20 2 * * 1" # Monday morning 02:20 UTC
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit 01982fe

Please sign in to comment.