Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/infra-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ permissions:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
publish:
# Forked pull requests do not have the AWS access needed for preview deployments.
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: developer_site_runner
steps:
- name: Configure AWS credentials from Test account
Expand Down
Loading