From d8ac5945dd56c10916c300b3f948f3360a469cb1 Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Mon, 15 Jun 2026 15:25:46 -0700 Subject: [PATCH] [bfops/stub-workflow]: add stub release workflow --- .github/workflows/release.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 00000000000..74c26045f6c --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,19 @@ +name: Release + +on: + workflow_dispatch: + +permissions: + contents: write + packages: write + +concurrency: + group: manual-release + cancel-in-progress: true + +jobs: + foo: + runs-on: ubuntu-latest + steps: + - name: Be done + run: echo