Skip to content

Commit

Permalink
feat: configure Aggregator Stress Test' workflow in nightly dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Dec 19, 2024
1 parent 684ef20 commit ff48bd2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nightly-dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ on:
- cron: "0 2 * * *"

jobs:
backward-compatibility:
uses: ./.github/workflows/backward-compatibility.yml

docker-builds:
uses: ./.github/workflows/docker-builds.yml

backward-compatibility:
uses: ./.github/workflows/backward-compatibility.yml
aggregator-stress-test:
uses: ./.github/workflows/aggregator-stress-test.yml

notify-on-failure:
runs-on: ubuntu-22.04
needs: [docker-builds]
needs: [docker-builds, aggregator-stress-test]
if: failure()
steps:
- name: Checkout repository
Expand Down

0 comments on commit ff48bd2

Please sign in to comment.