Skip to content

Commit 6095217

Browse files
committed
fix: run sync-team on schedule
1 parent a5854b9 commit 6095217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
permissions:
7878
id-token: write
7979
pages: write
80-
if: github.event_name == 'merge_group'
80+
if: github.event_name != 'pull_request'
8181
steps:
8282
- uses: actions/checkout@v4
8383
with:
@@ -109,7 +109,7 @@ jobs:
109109
path: build
110110

111111
# Upload the pages only if the sync succeeded, to always keep the
112-
# most up-to-date state in the web endpoint.
112+
# most up-to-date state in the web endpoint.
113113
- name: Deploy to GitHub Pages
114114
uses: actions/deploy-pages@v4
115115

0 commit comments

Comments
 (0)