ci: retire legacy unraid deploy runner workflow
Managed validation / full (pull_request) Successful in 4m37s
Managed validation / full (pull_request) Successful in 4m37s
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Managed validation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@@ -23,7 +25,7 @@ jobs:
|
||||
name: full
|
||||
# Public fork code must never execute automatically on the private runner.
|
||||
if: ${{ gitea.event_name != 'pull_request' || gitea.event.pull_request.head.repo.full_name == gitea.repository }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: linux-validation
|
||||
timeout-minutes: 30
|
||||
container:
|
||||
# Gitea's JavaScript actions execute inside the job container, so use
|
||||
|
||||
Reference in New Issue
Block a user