Skip to content

Commit

Permalink
Fix quarterly workflow configuration and allow manual scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 authored Oct 1, 2024
1 parent 978e1e9 commit 6019277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quarterly_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Quarterly recipe maintenance tasks
on:
schedule:
- cron: "8 0 1 */3 *"
workflow_dispatch:

jobs:
job:
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
sys.exit(0)
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
REPO: kiwix/k8s
REPO: openzim/zim-requests
LABELS: recovery
ASSIGNEES: benoit74
ISSUE_BODY: |
Expand Down

0 comments on commit 6019277

Please sign in to comment.