Skip to content

Commit d6cc8b3

Browse files
committed
fix: adjust format
1 parent 84bb7e3 commit d6cc8b3

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 - Centralized (fork)
1+
name: Code PushUp - Standalone Mode (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: Run central layout (fork)
23+
name: Run code pushUp in standalone mode (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 - Centralized
1+
name: Code PushUp - Standalone Mode
22

33
on:
44
push:
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
code-pushup:
1717
runs-on: ubuntu-latest
18-
name: Run central layout
18+
name: Run code pushUp in standalone mode
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)