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
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019 The kpt Authors
# Copyright 2019-2026 The kpt Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
# The CI complains about the podman not installed, adding some debugging info here.
- name: check podman
if: ${{ matrix.runtime }} == 'podman'
if: ${{ matrix.runtime == 'podman' }}
run: |
which podman
podman version
Expand Down
Loading