File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4242 # Define a display name:
4343 name : ' Update Markdown stdlib package URLs'
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
Original file line number Diff line number Diff line change 4747 # Define a display name:
4848 name : ' Update related packages section of READMEs'
4949
50+ # Ensure the job does not run on forks:
51+ if : github.repository == 'stdlib-js/stdlib'
52+
5053 # Define the type of virtual host machine:
5154 runs-on : ubuntu-latest
5255
Original file line number Diff line number Diff line change 4343 # Define a display name:
4444 name : ' Retrieve npm Download Counts'
4545
46+ # Ensure the job does not run on forks:
47+ if : github.repository == 'stdlib-js/stdlib'
48+
4649 # Define the type of virtual host machine on which to run the job:
4750 runs-on : ubuntu-latest
4851
You can’t perform that action at this time.
0 commit comments