Skip to content

Commit a169040

Browse files
authored
[Build] Tweak Update Binaries job
1 parent 94aab32 commit a169040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
update-bin:
100100
name: Update Binaries
101-
if: github.ref == 'refs/heads/main' # runs only on the main branch
101+
if: github.ref == 'refs/heads/main' && !github.event.repository.fork # runs only on the main branch and not forks (sometimes people do PRs from the main branch)
102102
runs-on: ubuntu-latest
103103
needs: build-natives
104104
steps:

0 commit comments

Comments
 (0)