try to improve how our pr ci builds work #30
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR | |
on: | |
push: | |
branches-ignore: ["main"] | |
jobs: | |
ci-workflow: | |
uses: ./.github/workflows/ci.yaml | |
secrets: inherit | |
with: | |
publish-wheels: false | |
sha: ${{ github.sha }} |