diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 038dc80778dd..66d68307452d 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91cd22e3ed2c..6a19fcee8618 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 0805364d3083..c766846c6f0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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