Skip to content

Commit

Permalink
Merge pull request #282 from amisskii/workflows-names
Browse files Browse the repository at this point in the history
fix(ci): update workflows names
  • Loading branch information
amisskii authored Nov 28, 2024
2 parents 4051d1a + 3125380 commit 827713c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podman-desktop-e2e-kubernetes.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Podman Desktop Kubernetes E2E with Podman Nightly
name: Podman Desktop Kubernetes E2E with Podman Latest

on:
schedule:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
# Check logs for the x session
podman logs x-session
- name: Download Podman nightly, do not initialize and start
- name: Download Podman latest, do not initialize and start
run: |
podman run --rm -d --name pde2e-podman-run \
-e TARGET_HOST=$(cat host) \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Podman Desktop E2E with Podman Nightly HyperV
name: Podman Desktop E2E with Podman Latest HyperV

on:
schedule:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
# check logs
podman logs -f pde2e-builder-run
- name: Download Podman nightly, do not initialize and start
- name: Download Podman latest, do not initialize and start
run: |
podman run --rm -d --name pde2e-podman-run \
-e TARGET_HOST=$(cat host) \
Expand Down

0 comments on commit 827713c

Please sign in to comment.