Sync from GitHub main #1
@@ -14,7 +14,11 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
open-gitea-pr:
|
open-gitea-pr:
|
||||||
runs-on: ubuntu-latest
|
# GitHub-hosted runners are billing-blocked for this org, so the hosted job
|
||||||
|
# never started. Run on the self-hosted runner, which also has LAN access to
|
||||||
|
# the Gitea host. This workflow only fires on push to main (never on PRs from
|
||||||
|
# forks), so it is safe on the private runner.
|
||||||
|
runs-on: [self-hosted, Linux, X64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
|
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user