feat: comment out checkout step in workflow
Some checks are pending
Gitea Actions Demo / Build-Gradle (push) Waiting to run

This commit is contained in:
Your Name
2025-03-27 11:50:55 +01:00
parent c60e310ed2
commit 5906cdc4ed

View File

@@ -7,8 +7,8 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout Repository
uses: actions/checkout@v4
# - name: Checkout Repository
# uses: actions/checkout@v4
- name: List files in the repository
run: ls ${{ gitea.workspace }}