Skip to content

Commit 5936dc8

Browse files
committed
ci: Rename CI scripts
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
1 parent c816f09 commit 5936dc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: macos-13
2121
fail-fast: true
2222
max-parallel: 2
23-
uses: ./.github/workflows/jobs.yml
23+
uses: ./.github/workflows/building.yml
2424
with:
2525
arch: ${{ matrix.arch }}
2626
os: ${{ matrix.os }}

.github/workflows/jobs.yml renamed to .github/workflows/building.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, package and release clang+llvm
1+
name: Building, packaging and releasing clang+llvm
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)