mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-08 00:28:11 +00:00
Change runner to self-hosted for PR checks
This commit is contained in:
committed by
GitHub
parent
75b1c63884
commit
6fbd785a87
2
.github/workflows/close-new-script-prs.yml
generated
vendored
2
.github/workflows/close-new-script-prs.yml
generated
vendored
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
check-new-script:
|
||||
if: github.repository == 'community-scripts/ProxmoxVE'
|
||||
runs-on: coolify-runner
|
||||
runs-on: self-hosted
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user