Skip to content

Commit 9a621e6

Browse files
Enabled Code formatting workflow
1 parent 33f5c2a commit 9a621e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10+
- gh-101657
1011
- 'users/**'
1112

1213
jobs:
@@ -16,7 +17,7 @@ jobs:
1617
concurrency:
1718
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
1819
cancel-in-progress: true
19-
if: github.repository == 'llvm/llvm-project'
20+
if: github.repository == 'DhruvSrivastavaX/lldb-for-aix'
2021
steps:
2122
- name: Fetch LLVM sources
2223
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)