actions: fix build not running correctly

This commit is contained in:
Jens Langhammer 2019-12-31 14:01:58 +01:00
parent d77afd1ded
commit ff69b4affe
1 changed files with 3 additions and 3 deletions

View File

@ -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