We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942886f commit 11bfa58Copy full SHA for 11bfa58
.github/workflows/mg5_codegen.yml
@@ -52,7 +52,7 @@ jobs:
52
repositories: madgraph4gpu-generated-processes
53
54
- name: Commit to target repository
55
- if: ${{ steps.clang-format-check.outputs.files2format == '0' }}
+ if: ${{ steps.clang-format-check.outputs.files2format == '8' }}
56
env:
57
TARGET_REPO: roiser/madgraph4gpu-generated-processes
58
run: |
@@ -97,7 +97,7 @@ jobs:
97
python-version: "3.11"
98
99
- name: Update README.md
100
- if: ${{ steps.commit_to_target_repository.outcome != 'success' }}
+ if: ${{ steps.commit_to_target_repository.outcome == 'success' }}
101
102
echo "title: ${{ github.event.pull_request.title }}"
103
echo "url: ${{ github.event.pull_request.html_url }}"
0 commit comments