mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Fix aom_keyframes, docker-publish needs validate (#273)
* Action:publish needs validate
This commit is contained in:
parent
2d4366aafa
commit
7851d165b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue