[PR #950/94e42354 backport][stable-6] Add more functionality coverage to k8s_rollback
integration test
#751
This file contains hidden or 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: Sanity tests | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
branches: | |
- main | |
- stable-* | |
jobs: | |
sanity: | |
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main |