Skip to content

Commit

Permalink
chore: action names
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Nov 9, 2023
1 parent f8e2d69 commit 0b2d3ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extensions.dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Extensions Build'
name: 'Extensions Build Dev'
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extensions.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Extensions Build & Publish'
name: 'Extensions Build & Publish Prod'
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mobile Build & Deploy PROD
name: Mobile Build, Deploy and Publish PROD
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Prod
name: Release Dev

on:
push:
Expand Down

0 comments on commit 0b2d3ce

Please sign in to comment.