chore: remove unnecessary if (#1468)

This commit is contained in:
Radosław Szpiech 2022-09-23 16:49:38 +02:00 committed by GitHub
parent d271f28b82
commit f124275ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ jobs:
pr:
name: Run capsule tests - PR
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }}
env:
GO111MODULE: 'on'
VEGA_VERSION: 'v0.55.0'