Migrate to our new Python standard + fix many subtle issues #12
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: Pull Request | |
on: | |
pull_request: | |
jobs: | |
qa: | |
uses: ./.github/workflows/qa.yml | |
# run qa job if the pull request originates from a fork (otherwise the qa is already triggered by the push to a branch) | |
if: github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name |