huanghs
4a04a065a6
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
17 lines
250 B
YAML
17 lines
250 B
YAML
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
|