We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81684f1 commit fb17d12Copy full SHA for fb17d12
.github/workflows/pr.yml
@@ -1,19 +1,19 @@
1
-name: Build on PR
+# name: Build on PR
2
3
-on:
4
- pull_request:
5
- types:
6
- - opened
+# on:
+# pull_request:
+# types:
+# - opened
7
8
-jobs:
9
- say-hello:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Wait for 10 seconds
13
- run: sleep 10
+# jobs:
+# say-hello:
+# runs-on: ubuntu-latest
+# steps:
+# - name: Wait for 10 seconds
+# run: sleep 10
14
15
- - name: Say Hello
16
- run: echo "Hello from GitHub Actions!"
+# - name: Say Hello
+# run: echo "Hello from GitHub Actions!"
17
18
- - name: Get PR Details
19
- run: echo "The Base Branch is: ${{ github.event.pull_request.base.ref }}"
+# - name: Get PR Details
+# run: echo "The Base Branch is: ${{ github.event.pull_request.base.ref }}"
0 commit comments