Skip to content

Commit

Permalink
Update cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Aug 22, 2024
1 parent fbd04b6 commit 5ff274c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ permissions:
name: Download and Mirror packages from anaconda
on:
workflow_dispatch:
# schedule:
# - cron: "13 */6 * * *"
schedule:
- cron: "13 */6 * * *"

defaults:
run:
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
timeout: 500
ORAS_USER: "channel-mirrors"
secrets:
ORAS_PASS: ${{ secrets.GHA_PAT }}
ORAS_PASS: ${{ secrets.GHA_PAT }}

0 comments on commit 5ff274c

Please sign in to comment.