Skip to content

Commit

Permalink
pull req checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jan 2, 2022
1 parent 9249490 commit 9c9d061
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/sheldon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ jobs:
with:
path: pull-request
ref: ${{ github.event.pull_request.head.sha }}
- run: cd pull-request && git status

- name: Checkout pull-request from submitter repo
uses: actions/checkout@v2
if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
path: pull-request-2
ref: ${{ github.event.pull_request.head.ref }}
- run: cd pull-request-2 && git status

- name: Check for relevant changes
uses: dorny/paths-filter@v2
Expand Down

0 comments on commit 9c9d061

Please sign in to comment.