We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f39bec commit 3bca803Copy full SHA for 3bca803
.github/workflows/continious-benchmarking.yml
@@ -16,6 +16,7 @@ env:
16
17
jobs:
18
benchmark:
19
+ if: github.repository_owner == 'angularsen' # (by default) the workflow doesn't need to run in a fork
20
runs-on: windows-latest # required by the older frameworks
21
strategy:
22
# max-parallel: 1 # is it better to avoid running in parallel?
@@ -98,4 +99,4 @@ jobs:
98
99
comment-on-alert: true
100
fail-on-alert: false
101
alert-comment-cc-users: '@lipchev'
-
102
+
0 commit comments