Skip to content

Build 🏗️ and Cache ❄️ #75

Build 🏗️ and Cache ❄️

Build 🏗️ and Cache ❄️ #75

Workflow file for this run

name: Build 🏗️ and Cache ❄️
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
tags:
- "v?[0-9]+.[0-9]+.[0-9]+*"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
RUST_BACKTRACE: full
jobs:
DeterminateCI:
name: Determinate CI 👷
uses: DeterminateSystems/ci/.github/workflows/workflow.yml@main
permissions:
id-token: "write"
contents: "read"
with:
visibility: true