Skip to content

Commit

Permalink
ci: hopefully fix ci job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 2, 2024
1 parent ea38850 commit 1a7e911
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push_on_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ jobs:
environment: demo
if: ${{ !failure() && !cancelled() && startsWith(github.ref, 'refs/heads/master')}}
needs:
- build_and_test_frontend
- build_and_test_backend
- build-debs
runs-on: ubuntu-latest
steps:
Expand All @@ -155,6 +157,8 @@ jobs:
name: "Attach assets to release"
if: ${{ !failure() && !cancelled() && startsWith(github.ref, 'refs/tags/') }}
needs:
- build_and_test_frontend
- build_and_test_backend
- build-debs
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1a7e911

Please sign in to comment.