Skip to content

Commit

Permalink
Update on format-check
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 18, 2024
1 parent b7f6f95 commit 9abdcb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ jobs:
run: |
git add .
git commit -m "Apply clang-format" || echo "No changes to commit"
id: commit

- name: Push changes
if: steps.commit.outcome == 'success'
run: |
git push origin HEAD:${GITHUB_HEAD_REF}
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
just build
shell: bash

- name: Get Gold Histograms from trunk
- name: Git Gold Histograms from trunk
run: git checkout origin/trunk -- .github/validation_samples/*/gold.root .github/actions/validate/gold_label
shell: bash

Expand Down

0 comments on commit 9abdcb9

Please sign in to comment.