Remove checkout step from upload_data workflow

Removed checkout step from upload job in workflow.
This commit is contained in:
Hatvani Tamás
2025-11-09 15:05:10 +01:00
committed by GitHub
parent 2ac2f17d1a
commit 85f7c6e690

View File

@@ -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