We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c07f8 commit e08d431Copy full SHA for e08d431
.github/workflows/sheldon.yaml
@@ -24,9 +24,6 @@ jobs:
24
- name: Checkout base repo for pull-request test
25
uses: actions/checkout@v2
26
if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"
27
- - name: Checkout pull-request
28
- run: echo ${{ github.event.pull_request.head.repo.full_name }}
29
- if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"
30
- name: Checkout pull-request
31
32
0 commit comments