Skip to content

Commit

Permalink
Setup timestamps for test 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Apr 7, 2023
1 parent 9eb53f7 commit c371ffe
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 169 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "sanity"
save-if: ${{ github.ref_name == 'testnet_21' }}
save-if: ${{ github.ref_name == 'refs/heads/main' }}
- uses: actions-rs/cargo@v1
with:
command: fmt
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "check"
save-if: ${{ github.ref_name == 'testnet_21' }}
save-if: ${{ github.ref_name == 'refs/heads/main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
Expand All @@ -86,7 +86,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "clippy"
save-if: ${{ github.ref_name == 'testnet_21' }}
save-if: ${{ github.ref_name == 'refs/heads/main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "massa"
save-if: ${{ github.ref_name == 'testnet_21' }}
save-if: ${{ github.ref_name == 'refs/heads/main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "doc"
save-if: ${{ github.ref_name == 'testnet_21' }}
save-if: ${{ github.ref_name == 'refs/heads/main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
Expand Down
Loading

0 comments on commit c371ffe

Please sign in to comment.