Remove checkout step from upload_data workflow
Removed checkout step from upload job in workflow.
This commit is contained in:
5
.github/workflows/upload_data.yml
vendored
5
.github/workflows/upload_data.yml
vendored
@@ -7,10 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
upload:
|
upload:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install gspread google-auth --break-system-packages
|
pip install gspread google-auth --break-system-packages
|
||||||
|
|||||||
Reference in New Issue
Block a user