Skip to content

Commit 33ec343

Browse files
committed
Update workflows to use self-hosted runner.
1 parent be2b79e commit 33ec343

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-coding-standards-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# - Ensures version-controlled files are not modified or deleted.
2828
jshint:
2929
name: JavaScript checks
30-
runs-on: ubuntu-24.04
30+
runs-on: self-hosted
3131
permissions:
3232
contents: read
3333
timeout-minutes: 20

.github/workflows/reusable-coding-standards-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# - Ensures version-controlled files are not modified or deleted.
4040
phpcs:
4141
name: PHP checks
42-
runs-on: ubuntu-24.04
42+
runs-on: self-hosted
4343
permissions:
4444
contents: read
4545
timeout-minutes: 20

0 commit comments

Comments
 (0)