From b998374658735211b31f06d09104a45e3604707f Mon Sep 17 00:00:00 2001 From: Dincho Todorov Date: Tue, 14 Nov 2023 10:55:12 +0200 Subject: [PATCH] Remove more dead deps from WF --- .github/workflows/integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0f1005b..34f7631 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,7 +7,6 @@ on: jobs: publish: uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.2.0 - needs: [ validate ] secrets: inherit with: DOCKERHUB_REPO: "aeternitybot/${{ github.event.repository.name }}"