Skip to content

Commit

Permalink
Merge branch 'main' into feat/structlog
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 4, 2024
2 parents 9f75b66 + 7cb2d79 commit fa60144
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Test pull request

on:
pull_request:
pull_request_target:
types:
- opened
- synchronize
Expand Down Expand Up @@ -41,6 +41,8 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install Helm
uses: azure/setup-helm@v4
Expand Down

0 comments on commit fa60144

Please sign in to comment.