Skip to content

Commit

Permalink
Merge pull request #865 from hms-dbmi-cellenics/fix-checkout
Browse files Browse the repository at this point in the history
fix checkout
  • Loading branch information
alexvpickering authored Aug 16, 2023
2 parents 41e027c + a7a9559 commit e8a93ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
- id: checkout
name: Check out source code
uses: actions/checkout@v3
with:
ref: ${{github.head_ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- id: setup-node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -163,6 +166,9 @@ jobs:
- id: checkout
name: Check out source code
uses: actions/checkout@v3
with:
ref: ${{github.head_ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- id: download-build-out
name: Download Next.js build output
Expand Down Expand Up @@ -272,6 +278,9 @@ jobs:
- id: checkout
name: Check out source code
uses: actions/checkout@v3
with:
ref: ${{github.head_ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- id: setup-aws
name: Configure AWS credentials
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nextjs_bundle_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- id: checkout
name: Check out source code
uses: actions/checkout@v3
with:
ref: ${{github.head_ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- id: setup-node
uses: actions/setup-node@v3
Expand Down

0 comments on commit e8a93ab

Please sign in to comment.