Skip to content

Commit f7005d4

Browse files
committed
chore: rename GH actions
1 parent 59f9ded commit f7005d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/code-pushup-fork.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code PushUp (fork)
1+
name: Code PushUp - Centralized (fork)
22

33
# separated from code-pushup.yml for security reasons
44
# => requires permissions to create PR comment
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
2121
code-pushup:
2222
runs-on: ubuntu-latest
23-
name: Code PushUp
23+
name: Run central layout (fork)
2424
if: github.event.pull_request.head.repo.fork
2525
steps:
2626
- name: Checkout repository

.github/workflows/code-pushup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code PushUp
1+
name: Code PushUp - Centralized
22

33
on:
44
push:
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
code-pushup:
1717
runs-on: ubuntu-latest
18-
name: Code PushUp
18+
name: Run central layout
1919
# ignore PRs from forks, handled by code-pushup-fork.yml
2020
if: ${{ !github.event.pull_request.head.repo.fork }}
2121
env:

0 commit comments

Comments
 (0)