ENH: Add ability to add suffix to subscription name in CLI #335
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: version-compatibility | |
on: | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
check-compatibility-tested: | |
if: "!contains(github.event.head_commit.message, 'skipci')" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v2 | |
- name: Install Poetry | |
uses: snok/install-poetry@v1 | |
- name: Check version compatibility has been tested | |
run: python scripts/check_version_compatibility_tested.py |