File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 4444 # Define a display name:
4545 name : Scorecard analysis
4646
47+ # Ensure the job does not run on forks:
48+ if : github.repository == 'stdlib-js/stdlib'
49+
4750 # Define the type of virtual host machine:
4851 runs-on : ubuntu-latest
4952
Original file line number Diff line number Diff line change 4242 # Define a display name:
4343 name : ' Run random examples'
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 5151 # Define a display name:
5252 name : ' Keep alive'
5353
54+ # Ensure the job does not run on forks:
55+ if : github.repository == 'stdlib-js/stdlib'
56+
5457 # Define the type of virtual host machine:
5558 runs-on : ubuntu-latest
5659
Original file line number Diff line number Diff line change 4242 # Define a display name:
4343 name : ' Track TODO and FIXME comments'
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
You can’t perform that action at this time.
0 commit comments