We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ee53f commit 18a703dCopy full SHA for 18a703d
.github/workflows/test-pr.yml
@@ -1,13 +1,9 @@
1
-# 文件名: .github/workflows/pr_workflow.yml (位于Base Repo的main分支)
2
-name: Benign PR Workflow (from Base)
+name: Final Test
3
4
-on:
5
- pull_request:
6
- types: [opened, synchronize]
+on: pull_request
7
8
jobs:
9
- run-on-pr:
+ test:
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Base Repo Workflow Step
13
- run: echo "✅ This is the ORIGINAL, SAFE workflow from the BASE repo, triggered by PR."
+ - run: echo "BASE WORKFLOW EXECUTED"
0 commit comments