Skip to content

Commit

Permalink
fix: nightly workflow fix (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jul 17, 2024
1 parent 2f579fb commit 419dd8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ permissions:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run tests
uses: ./.github/workflows/release-tests.yaml
uses: ./.github/workflows/release-tests.yaml

push:
runs-on: ubuntu-latest
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/test-e2e-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,5 @@ concurrency:
cancel-in-progress: true

jobs:
checkout:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0

test:
uses: ./.github/workflows/parallel-tests.yaml
needs: checkout

0 comments on commit 419dd8e

Please sign in to comment.