From 13746eb55e15b3cd3f1bb6df69c87b6739ee7e18 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Wed, 5 Feb 2025 14:28:42 +1100 Subject: [PATCH] Fix CI job a unique name so it can be used as a requirement for PRs It seems as though the UI only selects by job name and we use the name "build" everywhere. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8661309f8c..b792ca44b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: steps: - run: echo ok go - build: + compile-and-test: runs-on: ubuntu-22.04 needs: activate steps: