From 8428578685c8b0b87c5dfaacb6e1cf78bd9163b2 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Tue, 9 Jan 2024 10:21:33 +0300 Subject: [PATCH] Dependabot automerge. --- .github/workflows/molecule.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 7458390..31b7b80 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -65,7 +65,9 @@ jobs: tag: ${{ matrix.config.tag }} dependabot: - needs: test + needs: + - lint + - test runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'buluma' && github.event_name == 'pull_request'}} steps: