添加 .gitea/workflows/pull_request_target.yml
Some checks failed
build / build (10.x) (push) Waiting to run
build / build (16.x) (push) Waiting to run
build / build (18.x) (push) Waiting to run
Gitea Actions Demo / setup (push) Waiting to run
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / build (push) Blocked by required conditions
Gitea Actions Demo / Gitea-Actions (push) Has been cancelled
Gitea Actions Demo / build-docker (push) Has been cancelled
Some checks failed
build / build (10.x) (push) Waiting to run
build / build (16.x) (push) Waiting to run
build / build (18.x) (push) Waiting to run
Gitea Actions Demo / setup (push) Waiting to run
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / build (push) Blocked by required conditions
Gitea Actions Demo / Gitea-Actions (push) Has been cancelled
Gitea Actions Demo / build-docker (push) Has been cancelled
This commit is contained in:
parent
b374e2fc6d
commit
4a04a065a6
16
.gitea/workflows/pull_request_target.yml
Normal file
16
.gitea/workflows/pull_request_target.yml
Normal file
@ -0,0 +1,16 @@
|
||||
name: Test pull_request_target
|
||||
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- run: |
|
||||
cat README.md
|
Loading…
x
Reference in New Issue
Block a user