Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ on:
description: 'The run label to use for the actions'
type: string
default: 'ubuntu-latest'
rust-cache-prefix:
description: 'Prefix for Rust cache key (bump to invalidate all caches)'
type: string
default: 'v0-rust'
rust-cache-save:
description: 'Whether to save the Rust cache (set to false for PRs to only restore from main)'
type: boolean
default: true
secrets:
TF_API_TOKEN:
required: true
Expand Down Expand Up @@ -124,6 +132,8 @@ jobs:
use-postgresql: ${{ inputs.rust-use-postgresql }}
test-env-vars: ${{ inputs.rust-test-env-vars }}
run-label: ${{ inputs.run-label }}
rust-cache-prefix: ${{ inputs.rust-cache-prefix }}
rust-cache-save: ${{ inputs.rust-cache-save }}

check-infra:
name: Check Infra
Expand Down