Skip to content

Commit

Permalink
⚗️ Test #1626
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Nov 6, 2023
1 parent 60312cc commit c27f2b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
options:
- "['global-development']"
- "['global-test']"
- all
- 'all'
required: true
default: all
default: 'all'
schedule:
# Runs at 02:00 UTC every sunday
- cron: '0 2 * * 0'
- cron: '7 3 * * 1' #'0 2 * * 0'
env:
BUILD_ARTIFACT_PATH: ${{ github.workspace }}/backups
jobs:
Expand Down

0 comments on commit c27f2b4

Please sign in to comment.