📎 Change the name of some action workflows

This commit is contained in:
David Barragán Merino
2025-09-18 17:50:19 +02:00
committed by David Barragán Merino
parent c882e8347a
commit fb3923924b
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: BUNDLE - Build Bundle and Updload to S3
name: Bundles Builder
on:
# Create bundle from manual action

View File

@@ -1,4 +1,4 @@
name: DEVELOP - Build Bundle and Docker Image
name: _DEVELOP
on:
schedule:

View File

@@ -1,4 +1,4 @@
name: DOCKER - Build and Push Penpot Images
name: Docker Images Builder
on:
workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: STAGING - Build Bundle and Docker Image
name: _STAGING
on:
schedule:

View File

@@ -1,4 +1,4 @@
name: TAG - Build Bundle and Docker Image
name: _TAG
on:
push:

View File

@@ -1,4 +1,4 @@
name: Release
name: Release Publisher
on:
workflow_dispatch: