Skip to content

Commit bb927ef

Browse files
Fix workflow generate-component-metadata step
1 parent f639621 commit bb927ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/project-codeflare-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,12 @@ jobs:
167167
fi
168168
169169
generate-component-metadata:
170-
needs: [check-appwrapper-version, check-kuberay-version, check-kueue-version]
171170
runs-on: ubuntu-latest
172171

173172
steps:
173+
- name: Ensure config folder exists
174+
run: mkdir -p config
175+
174176
- name: Generate component_metadata.yaml
175177
run: |
176178
cat <<EOL > config/component_metadata.yaml

0 commit comments

Comments
 (0)