Skip to content

Commit

Permalink
a little polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Oct 20, 2023
1 parent f979653 commit d81a80c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy_heroku.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🏗 _Deploy Heroku
name: 🚢 ~ Deploy to Heroku

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run_super_scaffolding_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will install a prebuilt Ruby version, install dependencies, and run tests.
# This workflow is pimarily meant to be called by other workflows.
name: "⚗️ _Run super scaffolding tests"
name: 🏗️ ~ Run super scaffolding tests
on:
workflow_call:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will install a prebuilt Ruby version, install dependencies, and run tests.
# This workflow is pimarily meant to be called by other workflows.
name: "🧪 _Run tests"
name: "🧪 ~ Run tests"
on:
workflow_call:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_templates.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a dummy workflow that's just here to add a bit of organization to the workflow list
name: " 🚫 _-- Templates Below --_ 🚫"
name: " 🚫 |-- Templates Below --| 🚫"
on:
workflow_call:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd-pipeline-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: " 💻 Main CI/CD Pipeline (prod)"
name: "🎥 Main CI/CD Pipeline (prod)"
on:
workflow_dispatch:
push:
Expand All @@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/_run_tests.yml
secrets: inherit
super_scaffolding:
name: ⚗️ Super Scaffolding Tests
name: 🏗️ Super Scaffolding Tests
uses: ./.github/workflows/_run_super_scaffolding_tests.yml
secrets: inherit
standardrb:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: ./.github/workflows/_database_schema_check.yml
secrets: inherit
deploy:
name: 🏗 Deploy to Heroku
name: 🚢 Deploy to Heroku
uses: ./.github/workflows/_deploy_heroku.yml
needs: [mini_test, super_scaffolding, standardrb, db_schema]
secrets: inherit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: ./.github/workflows/_run_tests.yml
secrets: inherit
super_scaffolding:
name: ⚗️ Super Scaffolding Tests
name: 🏗️ Super Scaffolding Tests
uses: ./.github/workflows/_run_super_scaffolding_tests.yml
secrets: inherit
standardrb:
Expand All @@ -23,7 +23,7 @@ jobs:
uses: ./.github/workflows/_database_schema_check.yml
secrets: inherit
deploy:
name: 🏗 Deploy to Heroku
name: 🚢 Deploy to Heroku
uses: ./.github/workflows/_deploy_heroku.yml
needs: [mini_test, super_scaffolding, standardrb, db_schema]
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: " 🚅 _ BT - Tag & Release"
name: 🚅 ~ BT - Tag & Release
on:
# Should trigger only when a Pull Request is Merged
# (the action will not create the Tag if the Pull Request is discarded - closed without merge)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: " 🚅 _ BT - Create Version Bump PR For Core Gems & NPM Packages"
name: 🚅 ~ BT - Create Version Bump PR For Core Gems & NPM Packages

on:
workflow_dispatch:
Expand Down

0 comments on commit d81a80c

Please sign in to comment.