Skip to content

Commit

Permalink
[platform] Change all GitHub Action names to match filename (yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
realkosty committed Mar 21, 2024
1 parent c39ee42 commit eb4afca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Deploy to Google App Engine upon commit to master branch and on schedule at midnight UTC
name: auto-deploy.yml
# Deploys to Google App Engine upon commit to master branch and on schedule at midnight UTC
run-name: Deployment triggered by ${{ github.event_name }} / ${{ github.actor }}

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_inactive_cloud_resources.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cleanup inactive cloud resources
name: cleanup_inactive_cloud_resources.yml
run-name: Deployment triggered by ${{ github.event_name }} / ${{ github.actor }}

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mock-data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mock-data
name: mock-data.yml
on:
push:
branches: [master, test-me-*]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_review_reminder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PRs reviews reminder
name: pr_review_reminder.yml

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: test.yml
run-name: test run

on:
Expand Down

0 comments on commit eb4afca

Please sign in to comment.