Skip to content

Commit

Permalink
gha: build: fix duplicated needs
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Dec 6, 2023
1 parent d5b85b6 commit 18fc793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ jobs:
notify:
if: github.ref == 'refs/heads/main' && failure()
needs: [build, build_s3, build_azure, build_gs]
needs: [tests]
runs-on: ubuntu-latest
steps:
- name: Slack Notification
Expand Down

0 comments on commit 18fc793

Please sign in to comment.