diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index df6f9569..77f5088a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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