|
|
|
@ -17,6 +17,10 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
|
|
|
|
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: "dump context data"
|
|
|
|
|
|
|
|
run: |
|
|
|
|
|
|
|
|
jq . < $GITHUB_EVENT_PATH
|
|
|
|
|
|
|
|
|
|
|
|
- name: "🔍 Read PR number"
|
|
|
|
- name: "🔍 Read PR number"
|
|
|
|
id: readctx
|
|
|
|
id: readctx
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
|