Skip to content

Commit

Permalink
Revert "ci: Trigger weekly"
Browse files Browse the repository at this point in the history
This reverts commit 026f467.
  • Loading branch information
mintsuki committed Nov 14, 2024
1 parent 842e3fb commit 30e10ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Weekly Vinix rebuild

on: [push]
on:
schedule:
- cron: '0 0 * * 6'

jobs:
vinix-build:
Expand Down

0 comments on commit 30e10ec

Please sign in to comment.