Skip to content

Commit b9bf744

Browse files
committed
Renamed workflow
1 parent d09fe2b commit b9bf744

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_test_push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, test and push multi-platform Docker image
1+
name: Build, test & push executor
22

33
on:
44
workflow_call:
@@ -154,6 +154,7 @@ jobs:
154154
--build-arg RONDB_TARBALL_LOCAL_REMOTE=remote \
155155
--build-arg RONDB_X86_TARBALL_URI=$BASE_DOWNLOAD_URL/${{ inputs.rondb_x86_tarball_name }}
156156
157+
# TODO: This doesn't have access to the images of the previous jobs
157158
push-x86:
158159
runs-on: ubuntu-latest
159160
# It's always EITHER one or the other that will be run

0 commit comments

Comments
 (0)