Skip to content

Commit

Permalink
add scheduler: run every Monday
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolestEnoch authored Oct 11, 2023
1 parent 9108061 commit 83e5553
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cloud.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: (Cloud)Kernel Builder Xiaomi 10 Ultra


on:
- push
- workflow_dispatch
workflow_dispatch:
push:
schedule:
- cron: 0 0 * * 1

jobs:
build:
Expand Down

0 comments on commit 83e5553

Please sign in to comment.