From ad9485e7226dfa5542f7092d9481202359d65551 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Wed, 18 Dec 2024 09:46:34 +0100 Subject: [PATCH] fix: make multicast tests reusable --- .github/workflows/ci.yml | 4 ++++ .github/workflows/multicast.yaml | 7 +------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 732096204..aac2d1ce6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -319,6 +319,10 @@ jobs: name: Run integration tests uses: ./.github/workflows/integration.yaml + multicast: + name: Run multicast tests + uses: ./.github/workflows/multicast.yaml + # NOTE: In GitHub repository settings, the "Require status checks to pass # before merging" branch protection rule ensures that commits are only merged # from branches where specific status checks have passed. These checks are diff --git a/.github/workflows/multicast.yaml b/.github/workflows/multicast.yaml index 3686a7ee0..1fe0fa96e 100644 --- a/.github/workflows/multicast.yaml +++ b/.github/workflows/multicast.yaml @@ -14,12 +14,7 @@ name: multicast on: - push: - branches: ["**"] - pull_request: - branches: ["**"] - schedule: - - cron: "0 6 * * 1-5" + workflow_call: jobs: build: