Skip to content

Commit

Permalink
fix: workflow condensing
Browse files Browse the repository at this point in the history
  • Loading branch information
rilesdun committed Sep 19, 2023
1 parent d7e9741 commit 0980310
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pylint $(git ls-files '*.py')
scan-and-upload:
bandit-scan:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -100,6 +100,7 @@ jobs:
git add CHANGELOG.md
git commit -m "chore: update CHANGELOG.md" || echo "No changes to commit"
git push
needs: [pylint, bandit-scan]

dockerhub_publish:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -134,3 +135,4 @@ jobs:

- name: Log out from Docker Hub
run: docker logout ${{ env.REGISTRY }}
needs: [release]

0 comments on commit 0980310

Please sign in to comment.