1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-02 07:43:04 +00:00

Merge pull request #3609 from mitulshah-suse/move-to-gha-1.6

Fix dependencies to run correctly on tag
This commit is contained in:
mitulshah-suse 2024-06-14 11:33:07 +05:30 committed by GitHub
commit 39e3f510a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
timeout-minutes: 10
needs: [ci, integration-ci]
needs: ci
if: github.event_name == 'push' && github.ref_type == 'tag' && (contains(github.ref_name, 'rc') || contains(github.ref_name, 'alpha'))
steps:
- name: Checkout code
@ -93,7 +93,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
timeout-minutes: 10
needs: [ci, integration-ci]
needs: ci
if: github.event_name == 'push' && github.ref_type == 'tag' && !(contains(github.ref_name, 'rc') || contains(github.ref_name, 'alpha'))
steps:
- name: Checkout code
@ -113,7 +113,7 @@ jobs:
id-token: write
runs-on: ubuntu-latest
timeout-minutes: 10
needs: [ci, integration-ci]
needs: ci
if: github.event_name == 'push' && github.ref_type == 'tag'
steps:
- name: Checkout code