Skip to content

Commit 827713c

Browse files
authored
Merge pull request #282 from amisskii/workflows-names
fix(ci): update workflows names
2 parents 4051d1a + 3125380 commit 827713c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/podman-desktop-e2e-kubernetes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Podman Desktop Kubernetes E2E with Podman Nightly
1+
name: Podman Desktop Kubernetes E2E with Podman Latest
22

33
on:
44
schedule:
@@ -134,7 +134,7 @@ jobs:
134134
# Check logs for the x session
135135
podman logs x-session
136136
137-
- name: Download Podman nightly, do not initialize and start
137+
- name: Download Podman latest, do not initialize and start
138138
run: |
139139
podman run --rm -d --name pde2e-podman-run \
140140
-e TARGET_HOST=$(cat host) \

.github/workflows/podman-desktop-e2e-nightly-windows-hyperv.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Podman Desktop E2E with Podman Nightly HyperV
1+
name: Podman Desktop E2E with Podman Latest HyperV
22

33
on:
44
schedule:
@@ -154,7 +154,7 @@ jobs:
154154
# check logs
155155
podman logs -f pde2e-builder-run
156156
157-
- name: Download Podman nightly, do not initialize and start
157+
- name: Download Podman latest, do not initialize and start
158158
run: |
159159
podman run --rm -d --name pde2e-podman-run \
160160
-e TARGET_HOST=$(cat host) \

0 commit comments

Comments
 (0)