Bump common from da336ad to 01d0fe7
#733
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
| on: | |
| issue_comment: | |
| types: | |
| - created | |
| jobs: | |
| check-readme: | |
| uses: "sclorg/ci-actions/.github/workflows/check-readme.yml@main" | |
| container-tests: | |
| needs: check-readme | |
| uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main" | |
| with: | |
| enabled-tests: '["container","container-pytest","openshift-4","openshift-pytest","container-fips"]' | |
| versions: '[ "2.5", "3.0", "3.3" ]' | |
| openshift-versions: '[ "2.5", "3.0", "3.3" ]' | |
| secrets: inherit |