Remove [puffin] prefix (#989)

And disable the plan job on CI now.
This commit is contained in:
Charlie Marsh 2024-01-18 20:59:06 -05:00 committed by GitHub
parent 732ef7adb7
commit 6af4eb7a45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,7 @@
#
# TODO(charlie): Ideally, the publish step would happen as a publish job within `cargo-dist`, but
# sharing the built image as an artifact between jobs is challenging.
name: "[puffin] Build Docker image"
name: "Build Docker image"
on:
workflow_call:

View file

@ -45,7 +45,6 @@ on:
required: true
default: dry-run
type: string
pull_request:
jobs:
# Run 'cargo dist plan' (or host) to determine what tasks we need to do

View file

@ -158,7 +158,7 @@ auto-includes = false
# Whether cargo-dist should create a Github Release or use an existing draft
create-release = true
# Publish jobs to run in CI
pr-run-mode = "plan"
pr-run-mode = "skip"
# Whether CI should trigger releases with dispatches instead of tag pushes
dispatch-releases = true
# Whether CI should include auto-generated code to build local artifacts