Skip to content

Commit

Permalink
remove workflow dependencies of build-push
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 committed Apr 4, 2024
1 parent a7a508f commit f38174f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ on:
tags:
- "*"
workflow_dispatch:
workflow_run:
workflows: ["Build and Test CI"]
types: [completed]

jobs:
build-push:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f38174f

Please sign in to comment.