From 417113de0928d2bb9dcb2de29bc58757e49acdfb Mon Sep 17 00:00:00 2001 From: Ton Huisman Date: Tue, 21 Feb 2023 20:08:58 +0100 Subject: [PATCH] [Build] Actions plugin used only checks jobs with a `name` attribute --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 498ed342f..3bf5de01a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,6 +57,7 @@ jobs: python tools/ci/generate-matrix.py build: + name: build-matrix needs: generate-matrix runs-on: ubuntu-22.04 strategy: @@ -111,7 +112,7 @@ jobs: id: wait-for-build with: gh-token: ${{ secrets.GITHUB_TOKEN }} - jobs: 'build' + jobs: 'build-matrix' interval: 10000 ttl: 15 - uses: actions/checkout@v3