添加 .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

This commit is contained in:
huanghs 2024-07-01 16:54:21 +08:00
parent b374e2fc6d
commit 4a04a065a6

View 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