Skip to content

Commit 4f75e3b

Browse files
committed
improve the naming
1 parent be9a768 commit 4f75e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-images.yml renamed to .github/workflows/build-and-push-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: Build Docker Images (QEMU Multi-Arch - Parallel)
18+
name: Build and push images
1919

2020
on:
2121
workflow_dispatch:
@@ -50,7 +50,7 @@ on:
5050
- amd64
5151
- arm64
5252
with_r_support:
53-
description: 'Enable R support for computing-unit-master'
53+
description: 'Enable R support for workflow-execution-coordinator'
5454
required: false
5555
default: false
5656
type: boolean

0 commit comments

Comments
 (0)