From 2f7e96de58dd50d0baeca21d61cb396f7f71fd5b Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Thu, 16 Mar 2023 10:15:39 +0000 Subject: [PATCH] Do not specify PR SHA explicitly as that is default Signed-off-by: Gaurav Aggarwal --- .github/workflows/kernel-demos.yml | 5 ----- .github/workflows/unit-tests.yml | 1 - 2 files changed, 6 deletions(-) diff --git a/.github/workflows/kernel-demos.yml b/.github/workflows/kernel-demos.yml index 31e0f825e89..96a4c59759e 100644 --- a/.github/workflows/kernel-demos.yml +++ b/.github/workflows/kernel-demos.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index b198c58b533..73e1808fa25 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -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