diff --git a/.github/workflows/deploy-wallet-at-pr.yml b/.github/workflows/deploy-wallet-at-pr.yml index 9e041321d..7a97619d8 100644 --- a/.github/workflows/deploy-wallet-at-pr.yml +++ b/.github/workflows/deploy-wallet-at-pr.yml @@ -10,31 +10,30 @@ jobs: # Running yarn install in hardened mode here makes it safe to run the other # jobs without hardened mode, which is good because hardened mode is slow. # https://yarnpkg.com/features/security#hardened-mode - check-yarn-lock-poisoning: - name: Check for yarn.lock poisoning - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Check if yarn.lock changed - uses: dorny/paths-filter@v3 - id: filter - with: - filters: | - lockfile: - - "yarn.lock" - - - name: Check yarn.lock for lockfile poisoning - if: steps.filter.outputs.lockfile == 'true' - uses: ./.github/actions/yarn-cache - env: - YARN_ENABLE_HARDENED_MODE: 1 - + # check-yarn-lock-poisoning: + # name: Check for yarn.lock poisoning + # runs-on: ubuntu-latest + # steps: + # - name: Checkout repository + # uses: actions/checkout@v4 + # + # - name: Check if yarn.lock changed + # uses: dorny/paths-filter@v3 + # id: filter + # with: + # filters: | + # lockfile: + # - "yarn.lock" + # + # - name: Check yarn.lock for lockfile poisoning + # if: steps.filter.outputs.lockfile == 'true' + # uses: ./.github/actions/yarn-cache + # env: + # YARN_ENABLE_HARDENED_MODE: 1 + # lint: name: Lint runs-on: ubuntu-latest - needs: [check-yarn-lock-poisoning] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -47,7 +46,6 @@ jobs: unit-tests-js: name: JS unit tests - needs: [check-yarn-lock-poisoning] runs-on: ubuntu-latest steps: - name: Checkout repository @@ -73,7 +71,6 @@ jobs: unit-tests-wasm: name: WASM unit tests - needs: [check-yarn-lock-poisoning] runs-on: ubuntu-latest steps: - name: Checkout repository @@ -99,7 +96,6 @@ jobs: build-interface: name: Build Namadillo - needs: [check-yarn-lock-poisoning] runs-on: ubuntu-latest steps: - name: Checkout repository @@ -126,7 +122,6 @@ jobs: build-extension-chrome: name: Build Chrome extension - needs: [check-yarn-lock-poisoning] runs-on: ubuntu-latest steps: - name: Checkout repository