Skip to content

Commit

Permalink
removing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Jan 19, 2024
1 parent b6dd635 commit c17a0ec
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ on:
default: false

jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Run tests
if: ${{ github.event.inputs.skip-tests == 'false' }}
uses: ./.github/workflows/dev.yml
- name: Skip tests
if: ${{ github.event.inputs.skip-tests == 'true' }}
run: echo "Skipping tests"

bump:
name: Bump version
runs-on: ubuntu-latest
Expand Down

0 comments on commit c17a0ec

Please sign in to comment.