Skip to content

Commit 1d5bb72

Browse files
author
John Doe
committed
chore: refine gh action
1 parent 503b076 commit 1d5bb72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-pushup-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Run Code PushUp action
3838
uses: code-pushup/github-action@v0
3939
with:
40-
bin: npx nx affected -t code-pushup --parallel=3 --
40+
bin: npx nx affected -t code-pushup --parallel=1 --

.github/workflows/code-pushup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
- name: Run Code PushUp action
4141
uses: code-pushup/github-action@v0
4242
with:
43-
bin: npx nx affected -t code-pushup --parallel=3 --
43+
bin: npx nx affected -t code-pushup --parallel=1 --

0 commit comments

Comments
 (0)