Skip to content

Commit

Permalink
ci: readd run-tests need
Browse files Browse the repository at this point in the history
  • Loading branch information
Calychas committed Nov 16, 2023
1 parent 8b3386e commit 5ba0910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
github-release:
if: ${{ contains(github.event.head_commit.message, 'bump version') }}
name: Create a GitHub release
# needs: [run-tests]
needs: [run-tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5ba0910

Please sign in to comment.