Skip to content

Commit fb17d12

Browse files
Update pr.yml
1 parent 81684f1 commit fb17d12

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/pr.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: Build on PR
1+
# name: Build on PR
22

3-
on:
4-
pull_request:
5-
types:
6-
- opened
3+
# on:
4+
# pull_request:
5+
# types:
6+
# - opened
77

8-
jobs:
9-
say-hello:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Wait for 10 seconds
13-
run: sleep 10
8+
# jobs:
9+
# say-hello:
10+
# runs-on: ubuntu-latest
11+
# steps:
12+
# - name: Wait for 10 seconds
13+
# run: sleep 10
1414

15-
- name: Say Hello
16-
run: echo "Hello from GitHub Actions!"
15+
# - name: Say Hello
16+
# run: echo "Hello from GitHub Actions!"
1717

18-
- name: Get PR Details
19-
run: echo "The Base Branch is: ${{ github.event.pull_request.base.ref }}"
18+
# - name: Get PR Details
19+
# run: echo "The Base Branch is: ${{ github.event.pull_request.base.ref }}"

0 commit comments

Comments
 (0)