Skip to content

Commit

Permalink
Do not specify PR SHA explicitly as that is default
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed Mar 16, 2023
1 parent 141f72b commit 2f7e96d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/kernel-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Checkout Pull Request
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
path: ./FreeRTOS/Source

- name: Add msbuild to PATH
Expand Down Expand Up @@ -48,7 +47,6 @@ jobs:
- name: Checkout Pull Request
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
path: ./FreeRTOS/Source

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

- name: Install GCC
Expand Down Expand Up @@ -104,7 +101,6 @@ jobs:
- name: Checkout Pull Request
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
path: ./FreeRTOS/Source

- name: Install MSP430 Toolchain
Expand Down Expand Up @@ -134,7 +130,6 @@ jobs:
- name: Checkout Pull Request
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
path: ./FreeRTOS/Source

- name: Install GNU ARM Toolchain
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Checkout Pull Request
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
path: ./FreeRTOS/Source

- name: Setup Python
Expand Down

0 comments on commit 2f7e96d

Please sign in to comment.