Skip to content

Commit b2e32f4

Browse files
committed
ci: disable
1 parent cda0766 commit b2e32f4

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
rustflags: ""
7575
components: clippy
76+
cache: false
7677

7778
- uses: extractions/setup-just@v2
7879

@@ -96,6 +97,7 @@ jobs:
9697
uses: actions-rust-lang/setup-rust-toolchain@v1
9798
with:
9899
rustflags: ""
100+
cache: false
99101

100102
- uses: extractions/setup-just@v2
101103

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
rustflags: ""
2424
components: clippy
25+
cache: false
2526

2627
- uses: extractions/setup-just@v2
2728

@@ -45,6 +46,7 @@ jobs:
4546
uses: actions-rust-lang/setup-rust-toolchain@v1
4647
with:
4748
rustflags: ""
49+
cache: false
4850

4951
- uses: extractions/setup-just@v2
5052

.github/workflows/release-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Extract version
5454
run: |
55-
VERSION=${GITHUB_REF_NAME#dashboard-}
55+
VERSION=${GITHUB_REF_NAME#dashboard-v}
5656
echo "VERSION=$VERSION" >> $GITHUB_ENV
5757
5858
- name: Login into repository

.github/workflows/release-server.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
rustflags: ""
2424
components: clippy
25+
cache: false
2526

2627
- uses: extractions/setup-just@v2
2728

@@ -45,6 +46,7 @@ jobs:
4546
uses: actions-rust-lang/setup-rust-toolchain@v1
4647
with:
4748
rustflags: ""
49+
cache: false
4850

4951
- uses: extractions/setup-just@v2
5052

0 commit comments

Comments
 (0)