Skip to content

Commit ab0f14e

Browse files
committed
chore: update QA workflow to use namespace-profile-docs
- Changed the runner for the QA workflow from `namespace-profile-atk` to `namespace-profile-docs` for improved consistency across jobs. - Ensured that both the build and pull request merged jobs utilize the updated runner.
1 parent 8874d5d commit ab0f14e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
github.event_name == 'push' ||
3838
(github.event_name == 'pull_request' && github.event.action != 'closed') ||
3939
github.event_name == 'pull_request_review'
40-
runs-on: namespace-profile-atk
40+
runs-on: namespace-profile-docs
4141
timeout-minutes: 30
4242
permissions:
4343
contents: read
@@ -277,7 +277,7 @@ jobs:
277277
github.event_name == 'pull_request' &&
278278
github.event.action == 'closed' &&
279279
github.event.pull_request.merged == true
280-
runs-on: namespace-profile-atk
280+
runs-on: namespace-profile-docs
281281
permissions:
282282
contents: read
283283
pull-requests: write

0 commit comments

Comments
 (0)