Skip to content

Commit

Permalink
Merge pull request #4077 from systeminit/merge_queue
Browse files Browse the repository at this point in the history
chore: merge queue dummy workflow
  • Loading branch information
sprutton1 authored Jul 2, 2024
2 parents 95d659a + 80578d4 commit 8aa9fe6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -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!"

0 comments on commit 8aa9fe6

Please sign in to comment.