Skip to content

Commit 942886f

Browse files
committed
move to 0, check success
1 parent d4da82c commit 942886f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mg5_codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
repositories: madgraph4gpu-generated-processes
5353

5454
- name: Commit to target repository
55-
if: ${{ steps.clang-format-check.outputs.files2format == '8' }}
55+
if: ${{ steps.clang-format-check.outputs.files2format == '0' }}
5656
env:
5757
TARGET_REPO: roiser/madgraph4gpu-generated-processes
5858
run: |
@@ -97,7 +97,7 @@ jobs:
9797
python-version: "3.11"
9898

9999
- name: Update README.md
100-
if: ${{ steps.clang-format-check.outputs.files2format == '8' }}
100+
if: ${{ steps.commit_to_target_repository.outcome != 'success' }}
101101
run: |
102102
echo "title: ${{ github.event.pull_request.title }}"
103103
echo "url: ${{ github.event.pull_request.html_url }}"

0 commit comments

Comments
 (0)