whoops, small mistake in new test release workflow

This commit is contained in:
kjeld Schouten-Lebbing 2021-05-05 17:57:17 +02:00
parent 4aec498877
commit bd6c03183e
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 1 additions and 3 deletions

View File

@ -11,10 +11,8 @@ on:
- '.github/workflows/apps.release.yaml'
jobs:
common-release:
needs: pre-release
release:
runs-on: ubuntu-latest
if: needs.pre-release.outputs.release == 'true'
steps:
- name: Checkout
uses: actions/checkout@v2