Skip to content

Commit 58038c4

Browse files
committed
run the ca-cert checker when Cargo.lock changes
1 parent 891a166 commit 58038c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.ca-cert.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ on:
33
branches:
44
- main
55
paths:
6+
- Cargo.lock
67
- crates/lib/src/client.rs
78
- crates/lib/src/dist_pkgx_dev.pem
89
pull_request:
910
paths:
11+
- Cargo.lock
1012
- crates/lib/src/client.rs
1113
- crates/lib/src/dist_pkgx_dev.pem
14+
workflow_dispatch:
1215

1316
jobs:
1417
build:
@@ -22,7 +25,7 @@ jobs:
2225
- uses: actions/upload-artifact@v4
2326
with:
2427
path: ./target/release/pkgx
25-
name: i-hate-the-github-actions-team
28+
name: pkgx
2629

2730
test:
2831
needs: build
@@ -31,9 +34,8 @@ jobs:
3134
steps:
3235
- uses: actions/download-artifact@v4
3336
with:
34-
name: i-hate-the-github-actions-team
37+
name: pkgx
3538

3639
- run: chmod +x ./pkgx
37-
id: the-gtihub-actions-team-consists-of-extremely-shit-devs
3840

3941
- run: ./pkgx +git

0 commit comments

Comments
 (0)