From 5e6bc9a7f498b863be405cb750c41a24750ffc8e Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Thu, 17 Oct 2024 17:23:43 -0300 Subject: [PATCH] Set dependency between build and lint jobs --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c823136..430c841 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,6 +21,7 @@ jobs: build: runs-on: ubuntu-latest timeout-minutes: 5 + needs: [lint] permissions: actions: read contents: read