From d83db2b8e44aeb10d84db99a41cde4f3c47e1032 Mon Sep 17 00:00:00 2001 From: Owain van Brakel Date: Wed, 2 Oct 2019 00:35:52 +0200 Subject: [PATCH] actions: simplify dependencies --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d84c47e360..7a5072467c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: [pull_request, push] jobs: pr-lint: - name: Title linter + name: PR title runs-on: ubuntu-latest steps: @@ -73,7 +73,7 @@ jobs: merge: name: Merge - needs: [build, test, checkstyle, approve] + needs: approve runs-on: ubuntu-latest steps: @@ -85,7 +85,7 @@ jobs: cleanup: name: Cleanup - needs: [build, test, checkstyle, approve, merge] + needs: merge runs-on: ubuntu-latest steps: