Skip to content

Commit 9c6cbf7

Browse files
authored
[CI] Disambiguate formatting jobs even more (#1433)
[skip tests]
1 parent d1bb8de commit 9c6cbf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/format-pr-bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: peter-evans/create-pull-request@v7
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
27-
commit-message: Format code
27+
commit-message: Format Bazel code
2828
title: 'Format Bazel code of branch "main"'
2929
branch: format-main-bazel
3030
delete-branch: true

.github/workflows/format-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Format 'main'
1+
name: Format Julia code on 'main'
22

33
on:
44
schedule:
@@ -34,7 +34,7 @@ jobs:
3434
uses: peter-evans/create-pull-request@v7
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
37-
commit-message: Format code
37+
commit-message: Format Julia code
3838
title: 'Format Julia code of branch "main"'
3939
branch: format-main-julia
4040
delete-branch: true

0 commit comments

Comments
 (0)