fix: add logic to skip subnet update under certain conditions #1372
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: ci-python | |
on: | |
push: | |
tags: | |
- v* | |
branches: | |
- master | |
- azext-aro-* | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
validate-python: | |
runs-on: ubuntu-latest | |
container: | |
image: registry.access.redhat.com/ubi8/python-311:latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: validate | |
run: | | |
make test-python | |
hack/ci-utils/isClean.sh |