This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Jhelwig/eng 3292 backfill s3 with layer cache data from rds #11051
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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!" |