mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
📎 Change the name of some action workflows
This commit is contained in:
committed by
David Barragán Merino
parent
c882e8347a
commit
fb3923924b
2
.github/workflows/build-bundle.yml
vendored
2
.github/workflows/build-bundle.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: BUNDLE - Build Bundle and Updload to S3
|
||||
name: Bundles Builder
|
||||
|
||||
on:
|
||||
# Create bundle from manual action
|
||||
|
||||
2
.github/workflows/build-develop.yml
vendored
2
.github/workflows/build-develop.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: DEVELOP - Build Bundle and Docker Image
|
||||
name: _DEVELOP
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
||||
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: DOCKER - Build and Push Penpot Images
|
||||
name: Docker Images Builder
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
2
.github/workflows/build-staging.yml
vendored
2
.github/workflows/build-staging.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: STAGING - Build Bundle and Docker Image
|
||||
name: _STAGING
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
||||
2
.github/workflows/build-tag.yml
vendored
2
.github/workflows/build-tag.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: TAG - Build Bundle and Docker Image
|
||||
name: _TAG
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Release
|
||||
name: Release Publisher
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user