From b85183e1bb5a4efd789ed141f91c92ff11583d0d Mon Sep 17 00:00:00 2001 From: Five Grant <5@fivegrant.com> Date: Mon, 14 Aug 2023 08:09:46 -0500 Subject: [PATCH] Remove 'verify' job from 'publish' action --- .github/workflows/publish.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ffdbc28..cc07293 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -3,7 +3,6 @@ # Container Registry using HCL Bake file. name: Build Docker Images -# yamllint disable-line rule:truthy on: workflow_dispatch: push: @@ -11,10 +10,6 @@ on: tags: ['*'] jobs: - # Call the Lint & Format workflow before publishing - verify: - uses: ./.github/workflows/lint.yaml - # Call the Tag Generator to generate an image tag to use tag-generator: uses: darpa-askem/.github/.github/workflows/tag-generator.yaml@main