Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Mar 17, 2024
1 parent eb41b3f commit 02372d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Format
name: Pre-commit

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pre-commit
name: Reusable pre-commit
# The pre-commit configuration is in .pre-commit-config.yaml
# we don't use the pre-commit action because it doesn't support local hooks in its virtual environment

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-reviewer-lottery.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Reviewer lottery
name: Reusable Reviewer Lottery
# Reusable action to simplify reviewer lottery for ROS 2 control repositories
# author: Christoph Froehlich <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-update-pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update pre-commit
name: Reusable Update pre-commit
# Update pre-commit config and create PR if changes are detected
# author: Christoph Fröhlich <[email protected]>

Expand Down

0 comments on commit 02372d1

Please sign in to comment.