We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a50bd commit 23d9f71Copy full SHA for 23d9f71
.github/workflows/code-pushup-fork.yml
@@ -20,7 +20,7 @@ permissions:
20
jobs:
21
code-pushup:
22
runs-on: ubuntu-latest
23
- name: Run Code PushUp in standalone mode (fork)
+ name: Run Code PushUp (fork)
24
if: github.event.pull_request.head.repo.fork
25
steps:
26
- name: Checkout repository
.github/workflows/code-pushup.yml
@@ -15,7 +15,7 @@ permissions:
15
16
17
18
- name: Run Code PushUp in standalone mode
+ name: Run Code PushUp
19
# ignore PRs from forks, handled by code-pushup-fork.yml
if: ${{ !github.event.pull_request.head.repo.fork }}
env:
0 commit comments