Skip to content

Commit

Permalink
Rename workflow to better reflect what it does
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Crossley <[email protected]>
  • Loading branch information
jcrossley3 committed Oct 9, 2024
1 parent c92d76f commit d0871d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: container-latest
name: latest-release

# Build "latest" container, run e2e tests against it, and deploy it to
# https://trustify-latest-staging.apps.cluster.trustification.rocks/
Expand All @@ -9,7 +9,7 @@ on:
- main
workflow_dispatch:

concurrency: container-latest
concurrency: latest-release

env:
IMAGE_NAME: trustd
Expand Down

0 comments on commit d0871d4

Please sign in to comment.