Skip to content

Commit

Permalink
fix: nightly release workflow (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd authored Jul 17, 2024
1 parent fa6543b commit d3e8f10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
needs: checkout
steps:
- name: Run tests
uses: ./.github/workflows/release-tests.yaml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
test:
uses: ./.github/workflows/release-tests.yaml
needs: checkout

push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d3e8f10

Please sign in to comment.