Skip to content

Commit 9eab51e

Browse files
committed
Move the fork check to the wider scope of the whole workflow.
Signed-off-by: Andrew Brandt <[email protected]>
1 parent e2a981d commit 9eab51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flow-pull-request-formatting.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
title-check:
4545
name: Title Check
4646
runs-on: network-node-linux-medium
47+
if: ${{ !github.event.pull_request.base.repo.fork }}
4748
steps:
4849
- name: Harden Runner
4950
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
5051
with:
5152
egress-policy: audit
5253

5354
- name: Check PR Title
54-
if: ${{ !github.event.pull_request.base.repo.fork }}
5555
uses: step-security/conventional-pr-title-action@0eae74515f5a79f8773fa04142dd746df76666ac # v1.0.0
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)