Skip to content

Commit

Permalink
Remove 'verify' job from 'publish' action
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Aug 14, 2023
1 parent db24edd commit b85183e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
# Container Registry using HCL Bake file.

name: Build Docker Images
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
push:
branches: ['main']
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
Expand Down

0 comments on commit b85183e

Please sign in to comment.