Skip to content

Commit ab8fa45

Browse files
authored
chore: update sync.yml
1 parent 3cfeb74 commit ab8fa45

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/sync.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Sync
22
on:
33
schedule:
4-
- cron: "0 * * * *"
4+
- cron: "0 0 15 * *"
55
push:
66
branches:
77
- master
8+
workflow_dispatch:
89
jobs:
910
build:
1011
runs-on: ubuntu-latest
@@ -16,6 +17,7 @@ jobs:
1617
^SYNCED_
1718
REPOSITORIES: |
1819
^googlemaps
20+
^googlemaps-samples
1921
GITHUB_TOKEN: ${{ secrets.GOOGLEMAPS_BOT_REPO_TOKEN }}
2022
env:
2123
SYNCED_RUN_ID: ${{github.run_id}}

0 commit comments

Comments
 (0)