From 13c32ba7b52e4bd0dfca619d4a7060302258a4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 1 Aug 2023 13:12:01 +0200 Subject: [PATCH] ci: Fix job reference --- .github/workflows/ci-master.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index f3e41e84913..2c67ce53cdd 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -7,7 +7,7 @@ on: - parallelize-ci-master jobs: - build: + install-and-build: runs-on: ubuntu-latest timeout-minutes: 30 @@ -46,7 +46,7 @@ jobs: unit-test: name: Unit tests runs-on: ubuntu-latest - needs: install + needs: install-and-build steps: - uses: actions/checkout@v3 with: @@ -82,7 +82,7 @@ jobs: lint: name: Lint changes runs-on: ubuntu-latest - needs: install + needs: install-and-build env: CI_LINT_MASTER: true steps: