Skip to content

Commit

Permalink
Merge pull request #452 from biomage-org/remove-read-ref-from-checkout
Browse files Browse the repository at this point in the history
Revert changes to checkout action
  • Loading branch information
cosa65 authored Aug 4, 2023
2 parents 1e4a745 + 0ed9daf commit 106fa05
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
release:
types:
- released
pull_request_target:
pull_request:
branches:
- master
jobs:
Expand Down Expand Up @@ -63,9 +63,6 @@ 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: cache-seek
name: Check for npm cache hit
Expand Down Expand Up @@ -126,9 +123,6 @@ 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: ref
name: Format docker tag and repository name.
Expand Down Expand Up @@ -227,9 +221,6 @@ 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

0 comments on commit 106fa05

Please sign in to comment.