From f2f81f6edef7257953c9da366417c5bea05a90dd 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 34aeaed25197..fdfb5d8d73c3 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