diff --git a/.github/workflows/runAqa.yml b/.github/workflows/runAqa.yml index 4cffbc2e53..fe6ca2c720 100644 --- a/.github/workflows/runAqa.yml +++ b/.github/workflows/runAqa.yml @@ -26,8 +26,8 @@ jobs: - name: Checkout main TKG repo uses: actions/checkout@v2 with: - repository: 'adoptium/TKG.git' - ref: 'master' + repository: 'JeromeJu/TKG.git' + ref: 'test_run_aqa' path: 'TKG' - name: Parse parameters env: diff --git a/README.md b/README.md index 99871e5221..cffa42b02f 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,5 @@ You can: - triage live test jobs at [ci.adoptopenjdk.net](https://ci.adoptopenjdk.net), check out the [triage doc](https://github.com/adoptium/aqa-tests/blob/master/doc/Triage.md) for guidance - if you would like to regularly triage test jobs, you can optionally 'sign up for duty' via the [triage rotas](https://github.com/adoptium/aqa-tests/wiki/AdoptOpenJDK-Test-Triage-Rotas) - ask questions in the [#testing channel](https://adoptium.slack.com/archives/C5219G28G) + +### Added for mock PR \ No newline at end of file