From ff69b4affe7271c556bc206e3acce311ad0908df Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 31 Dec 2019 14:01:58 +0100 Subject: [PATCH] actions: fix build not running correctly --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b8284cf5..49b6a4147 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: needs: - migrations - coverage - if: github.event == 'release' + if: github.event.action == 'release' runs-on: [ubuntu-latest] steps: - uses: actions/checkout@v1 @@ -151,7 +151,7 @@ jobs: needs: - migrations - coverage - if: github.event == 'release' + if: github.event.action == 'release' runs-on: [ubuntu-latest] services: postgres: @@ -181,7 +181,7 @@ jobs: needs: - build-server - build-static - if: github.event == 'release' + if: github.event.action == 'release' runs-on: [ubuntu-latest] steps: - uses: actions/checkout@v1