Skip to content

Commit

Permalink
fix(ci): skip the openresty patches workflow if it's a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Jan 5, 2024
1 parent 428ff45 commit cbc0c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openresty-patches-companion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dispatch the workflow
if: ${{ github.repository_owner == 'Kong' }}
uses: benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1
with:
workflow: create-pr.yml
Expand Down

0 comments on commit cbc0c23

Please sign in to comment.