Skip to content

Commit

Permalink
Merge pull request #941 from jill64/dev
Browse files Browse the repository at this point in the history
chore: add pull_request_target event to GitHub workflows
  • Loading branch information
wraith-ci[bot] authored Dec 20, 2024
2 parents 6f8a2b6 + fc910cd commit 5ab3944
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-test-buffered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: main
pull_request:
branches: main
pull_request_target:
branches: main

concurrency: deploy-test-buffered${{ (github.event_name == 'pull_request' && '-dev') || '' }}

Expand All @@ -14,7 +16,6 @@ jobs:
matrix:
architecture: [lambda-mono, lambda-s3, edge-unbundled]
runs-on: ubuntu-latest
environment: dev
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down Expand Up @@ -52,7 +53,6 @@ jobs:
matrix:
architecture: [lambda-mono, lambda-s3, edge-unbundled]
runs-on: ubuntu-latest
environment: dev
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: main
pull_request:
branches: main
pull_request_target:
branches: main

concurrency: deploy-test${{ (github.event_name == 'pull_request' && '-dev') || '' }}

Expand All @@ -14,7 +16,6 @@ jobs:
matrix:
architecture: [lambda-mono, lambda-s3, edge-bundled, edge-unbundled]
runs-on: ubuntu-latest
environment: dev
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down Expand Up @@ -51,7 +52,6 @@ jobs:
matrix:
architecture: [lambda-mono, lambda-s3, edge-bundled, edge-unbundled]
runs-on: ubuntu-latest
environment: dev
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"repository": {
"type": "git",
"url": "git+https://github.com/jill64/sveltekit-adapter-aws.git",
"image": "https://opengraph.githubassets.com/4120f79490bffbe7a154224116677366b5f3cd37e11f5f711bbcb1d5bf130806/jill64/sveltekit-adapter-aws"
"image": "https://opengraph.githubassets.com/253d2596764f78f09128d4733176688fe72246f27016db80c7e0a2e706beae1c/jill64/sveltekit-adapter-aws"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 5ab3944

Please sign in to comment.