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:
commit
39e3f510a8
6
.github/workflows/workflow.yaml
vendored
6
.github/workflows/workflow.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user