Skip to content

Commit

Permalink
[#491] Update name of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thiennguyen0196 committed Nov 1, 2023
1 parent 972d6ae commit d843a15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy staging and production to Firebase App Distribution
name: Deploy production to Firebase App Distribution

on:
# Trigger the workflow on push action in main branch.
Expand All @@ -8,8 +8,8 @@ on:
- main

jobs:
deploy_staging_and_production_to_firebase_app_distribution:
name: Deploy staging and production to Firebase App Distribution
deploy_production_to_firebase_app_distribution:
name: Deploy production to Firebase App Distribution
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy staging and production to Firebase App Distribution
name: Deploy staging to Firebase App Distribution

on:
# Trigger the workflow on push action in develop branch.
Expand All @@ -8,8 +8,8 @@ on:
- develop

jobs:
deploy_staging_and_production_to_firebase_app_distribution:
name: Deploy staging and production to Firebase App Distribution
deploy_staging_to_firebase_app_distribution:
name: Deploy staging to Firebase App Distribution
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand Down

0 comments on commit d843a15

Please sign in to comment.