From d31a0850d56c9b1cf00419ccc1262b1796a27502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Tue, 19 Dec 2023 15:23:29 +0000 Subject: [PATCH] reaching the limits of nektos/act here --- .github/workflows/nightly.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 86a29f6..c5a9745 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -4,9 +4,9 @@ on: push: # paths: # - 'vite-hardhat/**' - pull_request: - paths: - - 'vite-hardhat/**' + # pull_request: + # paths: + # - 'vite-hardhat/**' jobs: setup: @@ -42,14 +42,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ (matrix.key == 'prerelease' && 'prerelease') || github.base_ref }} - - - name: DEBUGGING - run: echo "${{ matrix.key }}" - - name: DEBUGGING2 - run: echo "${{ github.base_ref }}" - - name: DEBUGGING3 - run: echo "${{ github.head_ref }}" + ref: ${{ github.base_ref }} - name: Set up test environment uses: ./.github/actions/setup