Consumer Smoke Canary #95
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
| name: Consumer Smoke Canary | |
| # The pinned consumer gate is called by ci.yml and participates in its stable | |
| # required aggregator. This standalone workflow is only the floating Bun early | |
| # warning; delaying it by a day cannot weaken a merge gate. | |
| on: | |
| schedule: | |
| - cron: "37 5 * * *" | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: consumer-smoke-canary | |
| cancel-in-progress: true | |
| jobs: | |
| latest: | |
| uses: ./.github/workflows/reusable-consumer-smoke.yml | |
| with: | |
| leg: latest |