diff --git a/.github/workflows/test_package.yml b/.github/workflows/test_package.yml index 2e9a0a2..ae53588 100644 --- a/.github/workflows/test_package.yml +++ b/.github/workflows/test_package.yml @@ -1,20 +1,14 @@ -name: Test Package Installation +name: Package Installation Tests on: push: {} pull_request: - branches: [ main ] - workflow_run: - workflows: ["Code Quality", "Tests"] - types: - - completed + branches: [main] jobs: build: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} - steps: - uses: actions/checkout@v4 with: