Skip to content

Commit

Permalink
Change cron to trigger in 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 31, 2024
1 parent 918603c commit 19ba603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basemap-vector-data-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: "Basemap vector: sync ${{ inputs.source }} data sources (${{ github.ev

on:
schedule:
- cron: "25 5 * * *"
- cron: "35 5 * * *"
workflow_dispatch:
inputs:
source:
Expand Down

0 comments on commit 19ba603

Please sign in to comment.