Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cstub committed Jan 14, 2025
1 parent 488044f commit 39f604f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 39f604f

Please sign in to comment.