Skip to content

Commit 23d9f71

Browse files
committed
fix: adjust GH actions
1 parent e7a50bd commit 23d9f71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
2121
code-pushup:
2222
runs-on: ubuntu-latest
23-
name: Run Code PushUp in standalone mode (fork)
23+
name: Run Code PushUp (fork)
2424
if: github.event.pull_request.head.repo.fork
2525
steps:
2626
- name: Checkout repository

.github/workflows/code-pushup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
code-pushup:
1717
runs-on: ubuntu-latest
18-
name: Run Code PushUp in standalone mode
18+
name: Run Code PushUp
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)