From a709ab171e37a29d34d57935a7ddce2eefba7266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 11 Dec 2020 17:06:07 +0100 Subject: [PATCH] gha: fix bors --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73781e5..5028da0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,8 +96,8 @@ jobs: if: github.event_name == 'push' && success() needs: - style - - clippy - compile + - test runs-on: ubuntu-latest steps: - name: Mark the job as a success @@ -107,8 +107,8 @@ jobs: if: github.event_name == 'push' && !success() needs: - style - - clippy - compile + - test runs-on: ubuntu-latest steps: - name: Mark the job as a failure