Skip to content

Commit cfaab98

Browse files
committed
Don't depend on tag creation job
1 parent 40c4774 commit cfaab98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ jobs:
105105
vars:
106106
name: Checks and variables
107107
runs-on: ubuntu-24.04
108-
needs: [create-tag-and-release]
109-
if: always() && (needs.create-tag-and-release.result == 'success' || needs.create-tag-and-release.result == 'skipped')
110108
outputs:
111109
go_path: ${{ steps.vars.outputs.go_path }}
112110
min_k8s_version: ${{ steps.vars.outputs.min_k8s_version }}

0 commit comments

Comments
 (0)