Skip to content

Commit

Permalink
this should be the PR repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jan 4, 2022
1 parent 7f9936c commit e4c07f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sheldon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ jobs:
- name: Checkout base repo for pull-request test
uses: actions/checkout@v2
if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"
- name: Checkout pull-request
run: echo ${{ github.event.pull_request.head.repo.full_name }}
if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"
- name: Checkout pull-request
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
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit e4c07f8

Please sign in to comment.