Compare commits
3 Commits
36da0609ed
...
f1afcaa78b
| Author | SHA1 | Date | |
|---|---|---|---|
| f1afcaa78b | |||
| 26843104ee | |||
| eb509e3dd2 |
@@ -47,7 +47,14 @@ jobs:
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt-get install -y nodejs
|
||||
|
||||
- name: Checkout code
|
||||
- name: Checkout code (workflow_run)
|
||||
if: ${{ github.event_name == 'workflow_run' }}
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.workflow_run.head_sha }}
|
||||
|
||||
- name: Checkout code (manual)
|
||||
if: ${{ github.event_name != 'workflow_run' }}
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Export PYTHONPATH
|
||||
|
||||
Reference in New Issue
Block a user