Skip to content

Commit

Permalink
Update workflow names for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Oct 4, 2024
1 parent c6842a0 commit ae4b97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-migrations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy production
name: Deploy to production

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-migrations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy staging
name: Deploy to staging

on:
pull_request:
Expand Down

0 comments on commit ae4b97d

Please sign in to comment.