Skip to content

Commit f183d8b

Browse files
committed
multiple processes
move to 0, check success invert use multiple processes
1 parent b7124cf commit f183d8b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/mg5_codegen.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
# process: [pp_ttx, pp_ttxj]
14-
# backend: [scalar, avx2, avx512, cuda, hip]
15-
process: [pp_ttx]
16-
backend: [scalar]
13+
process: [pp_ttx, pp_ttxj]
1714

1815
env:
1916
PROC_DIR: PROC_${{ matrix.process }}
20-
BACKEND : ${{ matrix.backend }}
2117

2218
steps:
2319
- name: Checkout codegen repo
@@ -101,7 +97,7 @@ jobs:
10197
python-version: "3.11"
10298

10399
- name: Update README.md
104-
if: ${{ steps.clang-format-check.outputs.files2format == '8' }}
100+
if: ${{ steps.commit_to_target_repository.outcome == 'success' }}
105101
run: |
106102
echo "title: ${{ github.event.pull_request.title }}"
107103
echo "url: ${{ github.event.pull_request.html_url }}"

0 commit comments

Comments
 (0)