Skip to content

Commit 18a703d

Browse files
authored
Update test-pr.yml
1 parent 40ee53f commit 18a703d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/test-pr.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
# 文件名: .github/workflows/pr_workflow.yml (位于Base Repo的main分支)
2-
name: Benign PR Workflow (from Base)
1+
name: Final Test
32

4-
on:
5-
pull_request:
6-
types: [opened, synchronize]
3+
on: pull_request
74

85
jobs:
9-
run-on-pr:
6+
test:
107
runs-on: ubuntu-latest
118
steps:
12-
- name: Base Repo Workflow Step
13-
run: echo "✅ This is the ORIGINAL, SAFE workflow from the BASE repo, triggered by PR."
9+
- run: echo "BASE WORKFLOW EXECUTED"

0 commit comments

Comments
 (0)