ci: migrate from GitHub Actions to Gitea Actions
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
name: On push to a PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
run-tests-for-pr:
|
||||
uses: ./.gitea/workflows/run-tests.yml
|
||||
with:
|
||||
target: ${{ github.event.pull_request.head.sha }}
|
||||
Reference in New Issue
Block a user