Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Dec 17, 2024
1 parent 30f3367 commit 17a0e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rolling-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
# cancel previous runs of the same workflow
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rosdoc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- control_msgs/package.xml

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
# cancel previous runs of the same workflow
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Expand Down

0 comments on commit 17a0e7e

Please sign in to comment.