From c924c0b83938823e40453724bb226734e0d8d238 Mon Sep 17 00:00:00 2001 From: JayaShakthi97 Date: Wed, 4 Sep 2024 10:53:10 +0530 Subject: [PATCH] Update PR builder --- .github/workflows/pr-builder.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pr-builder.yml b/.github/workflows/pr-builder.yml index a1c246d9de2..ca18f42de70 100644 --- a/.github/workflows/pr-builder.yml +++ b/.github/workflows/pr-builder.yml @@ -21,7 +21,8 @@ env: jobs: lint: name: ⬣ ESLint (STATIC ANALYSIS) - if: ${{ github.event_name == 'pull_request' || github.event.label.name == 'trigger-pr-builder' }} + # if: ${{ github.event_name == 'pull_request' || github.event.label.name == 'trigger-pr-builder' }} + if: ${{ false }} runs-on: ubuntu-latest strategy: matrix: @@ -84,7 +85,8 @@ jobs: typecheck: name: ʦ Typecheck (STATIC ANALYSIS) - if: ${{ github.event.label.name == 'trigger-pr-builder' || github.event_name == 'pull_request'}} + # if: ${{ github.event.label.name == 'trigger-pr-builder' || github.event_name == 'pull_request'}} + if: ${{ false }} runs-on: ubuntu-latest strategy: matrix: @@ -142,6 +144,7 @@ jobs: test: name: 👾 Unit Test (TESTING) + if: ${{ false }} needs: [ typecheck ] runs-on: ubuntu-latest strategy: @@ -227,7 +230,6 @@ jobs: build: name: 🚧 Build - needs: [ test, typecheck ] runs-on: ubuntu-latest strategy: matrix: @@ -238,14 +240,7 @@ jobs: steps: - name: ⬇️ Checkout id: checkout-master - uses: actions/checkout@v2.3.3 - with: - fetch-depth: 1 - ref: master - - - name: ⬇️ Checkout - id: checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v4 with: fetch-depth: 1