diff --git a/.github/workflows/update_datasets.yml b/.github/workflows/update_datasets.yml index 164617e8..974cf3a1 100644 --- a/.github/workflows/update_datasets.yml +++ b/.github/workflows/update_datasets.yml @@ -2,7 +2,7 @@ name: Update Datasets and Create PR on: schedule: - - cron: '0 2 * * 7' # Runs at 02:00 UTC every Sunday + - cron: '0 2 * * 0' # Runs at 02:00 UTC every Sunday workflow_dispatch: # This line enables manual triggering of the workflow jobs: @@ -73,4 +73,4 @@ jobs: PR_NUMBER=$(echo ${{ steps.create-pr.outputs.pull-request-number }}) gh pr merge $PR_NUMBER --auto --squash env: - GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}