summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-09-28 11:13:44 +0200
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-09-28 11:14:08 +0200
commitc0f796048d2143e86e9bf1f556ec26659fc03682 (patch)
tree3a9acf654b5b56c8bbddb1c958583af7492f019a
parent04ae4ede5b974245ce009be6de8446b8b2da7526 (diff)
downloadrabbitmq-server-git-c0f796048d2143e86e9bf1f556ec26659fc03682.tar.gz
Fix a minor github actions copy paste error
-rw-r--r--.github/workflows/update-rabbitmq-ct-helpers.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-rabbitmq-ct-helpers.yaml b/.github/workflows/update-rabbitmq-ct-helpers.yaml
index f0cd18f852..208d7e8aaa 100644
--- a/.github/workflows/update-rabbitmq-ct-helpers.yaml
+++ b/.github/workflows/update-rabbitmq-ct-helpers.yaml
@@ -4,7 +4,7 @@ on:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
- update-rbe-images:
+ update-rabbitmq-ct-helpers:
name: Update rabbitmq-ct-[client-]helpers
runs-on: ubuntu-latest
timeout-minutes: 10