Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: ${{ env.STUB_MODE == 'true' }}
run: echo "[STUB] Would create standard packages and k3d bundles for flavors=${{ matrix.flavor }} on amd64/arm64"

# Standard Package by default tests full core
# Standard Package by default tests core
- name: Test amd64 Bundle
if: ${{ !inputs.snapshot && env.STUB_MODE != 'true' }}
run: |
Expand Down