Skip to content

Commit 725d16e

Browse files
committed
try upload
1 parent 1076e2d commit 725d16e

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

.github/workflows/build-llvm.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ on:
55
# if you want to run this workflow, change the branch name to main,
66
# if you want to turn off it, change it to non existent branch.
77
branches: [main-turn-off]
8-
paths:
9-
- ".github/workflows/llvm.yml"
10-
- "cmake/build-llvm.cmake"
11-
- "scripts/build-llvm.py"
12-
- "scripts/**"
13-
- "CMakeLists.txt"
14-
- "cmake/**"
15-
- "src/**"
16-
- "include/**"
17-
- "tests/**"
188

199
jobs:
2010
build:

.github/workflows/upload-llvm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ permissions:
44
contents: write
55

66
on:
7+
pull_request:
8+
# if you want to run this workflow, change the branch name to main,
9+
# if you want to turn off it, change it to non existent branch.
10+
branches: [main-turn-off]
11+
712
workflow_dispatch:
813
inputs:
914
workflow_id:

pixi.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["ykiko <ykikoykikoykiko@gmail.com>"]
66

77
license = "Apache-2.0"
88
license-file = "LICENSE"
9-
readme = "README"
9+
readme = "README.md"
1010
documentation = "https://clice.io"
1111
repository = "https://github.com/clice-io/clice"
1212

@@ -50,8 +50,8 @@ cmd = ["python3", "scripts/build-llvm.py"]
5050
[tasks.upload-llvm]
5151
args = ["workflow_id", "llvm_version"]
5252
cmd = [
53-
"gh", "workflow", "run", "upload-llvm",
54-
"--ref", "main",
53+
"gh", "workflow", "run", "upload-llvm.yml",
54+
"--ref", "introduce-pixi",
5555
"--field", "workflow_id={{workflow_id}}",
5656
"--field", "version={{llvm_version}}",
5757
]

0 commit comments

Comments
 (0)