Skip to content

Commit

Permalink
Merge pull request #92 from linkorb/improve-workflow-naming
Browse files Browse the repository at this point in the history
style(ci): naming/presentation of review workflow #9037
  • Loading branch information
mhitza authored Oct 28, 2024
2 parents ea29fc4 + 0d6b6fa commit c9387b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/10-review.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Managed by https://github.com/linkorb/repo-ansible. Manual changes will be overwritten.
name: ReviewCode
name: Review

on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
workflow_call:

jobs:
check-for-cc:
commit-conventions:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions templates/.github/workflows/10-review.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# [[ repo_managed ]]
name: ReviewCode
name: Review

on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
workflow_call:

jobs:
check-for-cc:
commit-conventions:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit c9387b5

Please sign in to comment.