Skip to content

Commit

Permalink
Move the fork check to the wider scope of the whole workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brandt <[email protected]>
  • Loading branch information
andrewb1269hg committed Oct 22, 2024
1 parent e2a981d commit 9eab51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow-pull-request-formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
title-check:
name: Title Check
runs-on: network-node-linux-medium
if: ${{ !github.event.pull_request.base.repo.fork }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit

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

0 comments on commit 9eab51e

Please sign in to comment.