Skip to content

Commit a91e808

Browse files
committed
build: only run job on main repo and not on forks
1 parent c2a1b29 commit a91e808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_contributors.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
# Define a display name:
4343
name: 'Update contributors'
4444

45+
# Ensure the job does not run on forks:
46+
if: github.repository == 'stdlib-js/stdlib'
47+
4548
# Define the type of virtual host machine:
4649
runs-on: ubuntu-latest
4750

0 commit comments

Comments
 (0)