Skip to content

Commit

Permalink
chore(ci): disable weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
snapiz committed May 2, 2024
1 parent 652ea07 commit a82bde2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Weekly
# name: Weekly

on:
workflow_dispatch:
schedule:
- cron: 0 9 * * 1
# on:
# workflow_dispatch:
# schedule:
# - cron: 0 9 * * 1

jobs:
audit:
uses: timayz/.github/.github/workflows/rust-audit.yml@v3
# jobs:
# audit:
# uses: timayz/.github/.github/workflows/rust-audit.yml@v3

renovate:
uses: timayz/.github/.github/workflows/renovate.yml@v3
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
# renovate:
# uses: timayz/.github/.github/workflows/renovate.yml@v3
# secrets:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit a82bde2

Please sign in to comment.