Bump common from 01d0fe7 to eaf2778
#1046
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: | |
| distgen-check: | |
| uses: "sclorg/ci-actions/.github/workflows/distgen-check.yml@main" | |
| 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"]' | |
| versions: '[ "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal", "3.13", "3.13-minimal", "3.14", "3.14-minimal" ]' | |
| openshift-versions: '[ "3.8", "3.9", "3.11", "3.12", "3.12-minimal" ]' | |
| secrets: inherit |