File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,22 +30,6 @@ concurrency:
3030 cancel-in-progress : true
3131
3232jobs :
33- debug :
34- name : debug_job
35- runs-on : ubuntu-latest
36- steps :
37- - name : debug_steps
38- id : debug-steps
39- run : |
40- echo "event=${{ github.event_name }}"
41- echo "assoc=${{ github.event.pull_request.author_association }}"
42- echo "org=${GITHUB_ORGANIZATION}" || true
43- echo "user=${GITHUB_EVENT_PULL_REQUEST_USER}" || true
44- echo "user_orgs=${GITHUB_EVENT_PULL_REQUEST_USER_ORGANIZATIONS_URL}" || true
45- env :
46- GITHUB_ORGANIZATION : ${{ github.organization }}
47- GITHUB_EVENT_PULL_REQUEST_USER : ${{ github.event.pull_request.user }}
48- GITHUB_EVENT_PULL_REQUEST_USER_ORGANIZATIONS_URL : ${{ github.event.pull_request.user.organizations_url }}
4933 pre-flight :
5034 # Save the `ref` of the pull request, so downstream jobs know what to checkout.
5135 environment : >-
5438 (github.event.pull_request.head.repo.full_name == github.repository && 'internal')
5539 }}
5640 name : Save PR ref
57- needs : [debug]
5841 if : >-
5942 ${{
6043 ((github.event.pull_request.author_association == 'OWNER' ||
You can’t perform that action at this time.
0 commit comments