fix: github checks workflow

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-11-06 01:14:33 -04:00
parent 51d5cdaeb0
commit 7f0ad01316
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

@ -104,7 +104,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [finish]
needs: [test-integrations-and-cover]
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout repository