Skip to content

Commit

Permalink
Clearer action names
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Jun 19, 2024
1 parent 4ddcce1 commit 0d5e36a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Firebase Hosting on merge
name: Deploy prod frontend on merge
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Firebase Hosting on PR
name: Deploy frontend preview on PR
on: pull_request
permissions:
checks: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Frontend CI
name: Run Frontend CI on PR
on: [push]
jobs:
frontend-ci:
Expand Down

0 comments on commit 0d5e36a

Please sign in to comment.