Skip to content

Commit 3bca803

Browse files
authored
Update continious-benchmarking.yml
workflow should only run on the main repository
1 parent 0f39bec commit 3bca803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continious-benchmarking.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616

1717
jobs:
1818
benchmark:
19+
if: github.repository_owner == 'angularsen' # (by default) the workflow doesn't need to run in a fork
1920
runs-on: windows-latest # required by the older frameworks
2021
strategy:
2122
# max-parallel: 1 # is it better to avoid running in parallel?
@@ -98,4 +99,4 @@ jobs:
9899
comment-on-alert: true
99100
fail-on-alert: false
100101
alert-comment-cc-users: '@lipchev'
101-
102+

0 commit comments

Comments
 (0)