Skip to content

Commit

Permalink
reaching the limits of nektos/act here
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Dec 19, 2023
1 parent 05d07c7 commit d31a085
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
# paths:
# - 'vite-hardhat/**'
pull_request:
paths:
- 'vite-hardhat/**'
# pull_request:
# paths:
# - 'vite-hardhat/**'

jobs:
setup:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d31a085

Please sign in to comment.