We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef90699 commit 917a5caCopy full SHA for 917a5ca
.github/workflows/test_selfhost_machine.yml
@@ -0,0 +1,19 @@
1
+name: Test SelfHost Machine Use
2
+run-name: Test SelfHost Machine Use
3
+on:
4
+ pull_request:
5
+ types: [opened, synchronize]
6
+
7
+jobs:
8
+ paddleqa-checkout:
9
+ runs-on:
10
+ group: Mac-CI
11
+ name: PR Code Clone
12
+ steps:
13
+ - name: Information Show
14
+ run: |
15
16
+ echo "github.event.pull_request.head.sha:${{ github.event.pull_request.head.sha }}"
17
+ echo "github.event.pull_request.base.ref:${{ github.event.pull_request.base.ref }}"
18
+ echo "github.event.pull_request.number:${{ github.event.pull_request.number }}"
19
+ echo "refs/pull/${{ github.event.pull_request.number }}/head"
0 commit comments