From 80578d4ac18094de7a6098d3a7e7a2e88d5c4303 Mon Sep 17 00:00:00 2001 From: Scott Prutton Date: Tue, 2 Jul 2024 15:02:30 -0400 Subject: [PATCH] chore: merge queue dummy workflow --- .github/workflows/pr.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/pr.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 0000000000..21c208f60e --- /dev/null +++ b/.github/workflows/pr.yml @@ -0,0 +1,15 @@ +# This is essentially a dummy to allow us to set +# buildkite/si-merge-queue as a status check. This +# is run during a PR, but the Buildkite check is run +# in the merge queue +name: PR Checks to confuse and delight + +on: + pull_request: + +jobs: + si-merge-queue: + name: buildkite/si-merge-queue + runs-on: ubuntu-latest + steps: + - run: echo "Success!"