From d3121042c9c4d8275a29447ff456dfff281930a4 Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Mon, 9 Sep 2024 17:02:44 +0200 Subject: [PATCH] Temporarily make the cloud tests use my repo --- .github/workflows/cloud-test-pr-trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-test-pr-trigger.yml b/.github/workflows/cloud-test-pr-trigger.yml index 196e8fde26f4..8a9646f4820c 100644 --- a/.github/workflows/cloud-test-pr-trigger.yml +++ b/.github/workflows/cloud-test-pr-trigger.yml @@ -31,7 +31,7 @@ concurrency: cancel-in-progress: true env: # Repository where the cloud tests will be run - REPOSITORY: wildfly-extras/wildfly-cloud-tests + REPOSITORY: kabir/wildfly-cloud-tests # This must be set to a PAT with 'repo' permission for the target repository TOKEN: ${{ secrets.CLOUD_TESTS_REMOTE_DISPATCH_TOKEN }} # Just an identifier for the event - this one triggers the cloud tests