ci: Remove docs update step on release #117
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
##### This file is managed automatically. To update visit: https://github.com/qctrl/repositories-manager. ##### | |
name: Check PR format | |
on: | |
pull_request: | |
types: [opened, reopened, edited, synchronize] | |
branches: [master] | |
jobs: | |
check_pr_format: | |
name: "Check PR format" | |
runs-on: ubuntu-latest | |
container: qctrl/ci-images:python-3.11-ci | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check PR format | |
shell: bash | |
run: /scripts/check-pr-format.sh |