Merge https://git.allucanget.biz/allucanget/calminer into fest/ci-improvement
This commit is contained in:
@@ -47,7 +47,14 @@ jobs:
|
|||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
apt-get install -y nodejs
|
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
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Export PYTHONPATH
|
- name: Export PYTHONPATH
|
||||||
|
|||||||
Reference in New Issue
Block a user