Skip to content

Commit

Permalink
Change github action workflows name (facebookresearch#4083)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookresearch#4083

Reviewed By: mnorris11

Differential Revision: D67034455

Pulled By: junjieqi

fbshipit-source-id: 399830c352b8d8097cea91bb8b9193d87b9327a4
  • Loading branch information
junjieqi authored and facebook-github-bot committed Dec 10, 2024
1 parent d997ea0 commit ddb7e0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoclose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Close inactive issues
name: Close Inactive Issues
on:
schedule:
- cron: "30 1 * * *"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish-docs
name: Publish Docs
on:
page_build:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: update-doxygen
name: Update Doxygen
on:
push:
branches:
Expand Down

0 comments on commit ddb7e0d

Please sign in to comment.