From ee19883a94a2016a0614a88af37e29abfffd2f06 Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Wed, 24 Jun 2026 18:45:24 +0200 Subject: [PATCH] Update yml reference --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 926069a9a..f1653a6eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,7 +199,7 @@ jobs: # still run on docker-only PRs (no liblogosdelivery build required). nwaku-nwaku-interop-tests: needs: build-docker-image - uses: logos-messaging/logos-delivery-interop-tests/.github/workflows/nim_waku_PR.yml@SMOKE_TEST_STABLE + uses: logos-messaging/logos-delivery-interop-tests/.github/workflows/nim_waku_PR.yml@pr_job_modification with: node_nwaku: ${{ needs.build-docker-image.outputs.image }} @@ -210,7 +210,7 @@ jobs: # Gated on `build`, so it is skipped on docker-only PRs where no lib is built. send-api-e2e-tests: needs: build - uses: logos-messaging/logos-delivery-interop-tests/.github/workflows/send_api_e2e_PR.yml@SMOKE_TEST_STABLE + uses: logos-messaging/logos-delivery-interop-tests/.github/workflows/send_api_e2e_PR.yml@pr_job_modification secrets: inherit lint: