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 921b878 commit 0ef1860Copy full SHA for 0ef1860
.github/workflows/bench.yml
@@ -47,9 +47,7 @@ jobs:
47
48
- name: Bench (Master v. PR)
49
run: |
50
- (cd pr && bash .github/workflows/phoenix/submit-bench.sh .github/workflows/phoenix/bench.sh ${{ matrix.device }}) &
51
- (cd master && bash .github/workflows/phoenix/submit-bench.sh .github/workflows/phoenix/bench.sh ${{ matrix.device }}) &
52
- wait %1 && wait %2
+ bash .github/workflows/phoenix/submit-bench.sh .github/workflows/phoenix/bench.sh ${{ matrix.device }}
53
54
- name: Generate & Post Comment
55
0 commit comments