Fix aom_keyframes, docker-publish needs validate (#273)

* Action:publish needs validate
This commit is contained in:
Luis Garcia 2021-06-05 00:40:48 -07:00 committed by GitHub
parent 2d4366aafa
commit 7851d165b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ jobs:
path: /tmp/docker-cache.tar
docker-publish:
needs: docker
needs: [validate, docker]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
steps: