Update workflow.yml

This commit is contained in:
lowlighter
2021-02-18 20:22:45 +01:00
parent ec356aed33
commit 8e39fbef77

View File

@@ -166,7 +166,7 @@ jobs:
action-latest-test:
name: Test lowlighter/metrics@latest
runs-on: ubuntu-latest
needs: [ docker-release ]
needs: [ update-latest ]
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '[release]')
steps:
- name: Run tests