Skip to content

Commit 2f7e96d

Browse files
committed
Do not specify PR SHA explicitly as that is default
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 141f72b commit 2f7e96d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/kernel-demos.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- name: Checkout Pull Request
1919
uses: actions/checkout@v2
2020
with:
21-
ref: ${{ github.event.pull_request.head.sha }}
2221
path: ./FreeRTOS/Source
2322

2423
- name: Add msbuild to PATH
@@ -48,7 +47,6 @@ jobs:
4847
- name: Checkout Pull Request
4948
uses: actions/checkout@v2
5049
with:
51-
ref: ${{ github.event.pull_request.head.sha }}
5250
path: ./FreeRTOS/Source
5351

5452
- name: Build WIN32-MingW Demo
@@ -74,7 +72,6 @@ jobs:
7472
- name: Checkout Pull Request
7573
uses: actions/checkout@v2
7674
with:
77-
ref: ${{ github.event.pull_request.head.sha }}
7875
path: ./FreeRTOS/Source
7976

8077
- name: Install GCC
@@ -104,7 +101,6 @@ jobs:
104101
- name: Checkout Pull Request
105102
uses: actions/checkout@v2
106103
with:
107-
ref: ${{ github.event.pull_request.head.sha }}
108104
path: ./FreeRTOS/Source
109105

110106
- name: Install MSP430 Toolchain
@@ -134,7 +130,6 @@ jobs:
134130
- name: Checkout Pull Request
135131
uses: actions/checkout@v2
136132
with:
137-
ref: ${{ github.event.pull_request.head.sha }}
138133
path: ./FreeRTOS/Source
139134

140135
- name: Install GNU ARM Toolchain

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- name: Checkout Pull Request
1818
uses: actions/checkout@v2
1919
with:
20-
ref: ${{ github.event.pull_request.head.sha }}
2120
path: ./FreeRTOS/Source
2221

2322
- name: Setup Python

0 commit comments

Comments
 (0)