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:
upload:
runs-on: self-hosted
steps:
- name: Checkout repo
uses: actions/checkout@v4
steps:
- name: Install dependencies
run: |
pip install gspread google-auth --break-system-packages