We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfeb74 commit ab8fa45Copy full SHA for ab8fa45
1 file changed
.github/workflows/sync.yml
@@ -1,10 +1,11 @@
1
name: Sync
2
on:
3
schedule:
4
- - cron: "0 * * * *"
+ - cron: "0 0 15 * *"
5
push:
6
branches:
7
- master
8
+ workflow_dispatch:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
@@ -16,6 +17,7 @@ jobs:
16
17
^SYNCED_
18
REPOSITORIES: |
19
^googlemaps
20
+ ^googlemaps-samples
21
GITHUB_TOKEN: ${{ secrets.GOOGLEMAPS_BOT_REPO_TOKEN }}
22
env:
23
SYNCED_RUN_ID: ${{github.run_id}}
0 commit comments