Skip to content

Commit

Permalink
rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Mar 19, 2021
1 parent 623bb02 commit c4120f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-live.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Build & Deploy Live
name: Deploy to Live

# Controls when the action will run.
on:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: scripts/phpcs.sh

deploy:
name: Build & Deploy
name: Deploy

needs: [ lint ]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Build & Deploy Stage
name: Deploy to Stage

# Controls when the action will run.
on:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
run: scripts/phpcs.sh

deploy:
name: Build & Deploy
name: Deploy

needs: [ lint ]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-stage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Manual Build & Deploy Stage
name: Manual Deploy to Stage

# Controls when the action will run.
on: [workflow_dispatch]
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
run: scripts/phpcs.sh

deploy:
name: Build & Deploy
name: Deploy

needs: [ lint ]

Expand Down

0 comments on commit c4120f2

Please sign in to comment.