Run quality gate on available Linux runner
This commit is contained in:
@@ -28,7 +28,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: xiaoxin
|
||||
runs-on: manman-linux
|
||||
timeout-minutes: 45
|
||||
env:
|
||||
GITEA_SHA: ${{ gitea.sha }}
|
||||
@@ -119,7 +119,7 @@ jobs:
|
||||
publish:
|
||||
if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/staging'
|
||||
needs: validate
|
||||
runs-on: xiaoxin
|
||||
runs-on: manman-linux
|
||||
timeout-minutes: 45
|
||||
env:
|
||||
GITEA_SHA: ${{ gitea.sha }}
|
||||
|
||||
Reference in New Issue
Block a user