|
39 | 39 | if: | |
40 | 40 | github.event_name == 'schedule' || |
41 | 41 | github.event.inputs.run_all_versions == 'true' || |
42 | | - (github.event_name == 'workflow_dispatch' && startsWith(github.event.inputs.rancher_version, 'v2.13')) || |
| 42 | + (github.event_name == 'workflow_dispatch' && startsWith(github.event.inputs.rancher_version, 'v2.13')) && contains(github.event.inputs.rancher_version, '-alpha') || |
43 | 43 | (github.event_name == 'workflow_call' && startsWith(inputs.rancher_version, 'v2.13')) && contains(inputs.rancher_version, '-alpha') |
44 | 44 | name: ${{ github.event.inputs.rancher_version }} |
45 | 45 | runs-on: ubuntu-latest |
@@ -346,7 +346,7 @@ jobs: |
346 | 346 | if: | |
347 | 347 | github.event_name == 'schedule' || |
348 | 348 | github.event.inputs.run_all_versions == 'true' || |
349 | | - (github.event_name == 'workflow_dispatch' && startsWith(github.event.inputs.rancher_version, 'v2.12')) || |
| 349 | + (github.event_name == 'workflow_dispatch' && startsWith(github.event.inputs.rancher_version, 'v2.12')) && contains(github.event.inputs.rancher_version, '-alpha') || |
350 | 350 | (github.event_name == 'workflow_call' && startsWith(inputs.rancher_version, 'v2.12')) && contains(inputs.rancher_version, '-alpha') |
351 | 351 | name: ${{ github.event.inputs.rancher_version }} |
352 | 352 | runs-on: ubuntu-latest |
@@ -661,7 +661,7 @@ jobs: |
661 | 661 | if: | |
662 | 662 | github.event_name == 'schedule' || |
663 | 663 | github.event.inputs.run_all_versions == 'true' || |
664 | | - (github.event_name == 'workflow_dispatch' && startsWith(github.event.inputs.rancher_version, 'v2.11')) || |
| 664 | + (github.event_name == 'workflow_dispatch' && startsWith(github.event.inputs.rancher_version, 'v2.11')) && contains(github.event.inputs.rancher_version, '-alpha') || |
665 | 665 | (github.event_name == 'workflow_call' && startsWith(inputs.rancher_version, 'v2.11')) && contains(inputs.rancher_version, '-alpha') |
666 | 666 | name: ${{ github.event.inputs.rancher_version }} |
667 | 667 | runs-on: ubuntu-latest |
|
0 commit comments