[all-commits] [llvm/llvm-project] 588526: [workflows] Only run code formatter on the main br...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Feb 6 15:43:10 PST 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: 588526bc582ab197cbb38638945564787c072b9b
https://github.com/llvm/llvm-project/commit/588526bc582ab197cbb38638945564787c072b9b
Author: Tom Stellard <tstellar at redhat.com>
Date: 2024-02-06 (Tue, 06 Feb 2024)
Changed paths:
M .github/workflows/pr-code-format.yml
Log Message:
-----------
[workflows] Only run code formatter on the main branch (#80348)
Modifying a cherry-picked patch to fix code formatting issues can be
risky, so we don't typically do this. Therefore, it's not necessary to
run this job on the release branches.
(cherry picked from commit 2193c95e2459887e7e6e4f9f4aacf9252e99858f)
Commit: 6e9fd6b99e6b18650e90432dd9920de763578e42
https://github.com/llvm/llvm-project/commit/6e9fd6b99e6b18650e90432dd9920de763578e42
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-02-06 (Tue, 06 Feb 2024)
Changed paths:
M .github/workflows/pr-code-format.yml
Log Message:
-----------
[Github] Fix triggers formatting in code format action
A recent comment modified the job to only run on the main branch, but
the formatting was slightly off, causing the job to not run. This patch
fixes the formatting so the job will run as expected.
(cherry picked from commit 4b34558f43121df9b863ff2492f74fb2e65a5af1)
Compare: https://github.com/llvm/llvm-project/compare/7a9e4184fbb1...6e9fd6b99e6b
More information about the All-commits
mailing list