mirror of https://github.com/penpot/penpot.git
📎 Change the name of some action workflows
This commit is contained in:
parent
c882e8347a
commit
fb3923924b
|
|
@ -1,4 +1,4 @@
|
|||
name: BUNDLE - Build Bundle and Updload to S3
|
||||
name: Bundles Builder
|
||||
|
||||
on:
|
||||
# Create bundle from manual action
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: DEVELOP - Build Bundle and Docker Image
|
||||
name: _DEVELOP
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: DOCKER - Build and Push Penpot Images
|
||||
name: Docker Images Builder
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: STAGING - Build Bundle and Docker Image
|
||||
name: _STAGING
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: TAG - Build Bundle and Docker Image
|
||||
name: _TAG
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Release
|
||||
name: Release Publisher
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in New Issue