mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Add a required-status-checks job (#2263)
Prevents us from have to manually add all our checks to the Required status checks settings. --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com> Co-authored-by: Andrew Dryga <andrew@dryga.com>
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@@ -159,3 +159,18 @@ jobs:
|
||||
- name: Show httpbin logs
|
||||
if: "!cancelled()"
|
||||
run: docker compose logs httpbin
|
||||
|
||||
# Makes managing the required status checks easier, and moves that source of truth to code
|
||||
# TODO: Use https://registry.terraform.io/providers/integrations/github/latest/docs instead
|
||||
required-status-checks:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- integration-tests
|
||||
- elixir
|
||||
- kotlin
|
||||
- swift
|
||||
- rust
|
||||
- static-analysis
|
||||
- terraform
|
||||
steps:
|
||||
- run: echo "No-op"
|
||||
|
||||
Reference in New Issue
Block a user