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 runs-on: self-hosted
steps: steps:
- name: Checkout Repository # - name: Checkout Repository
uses: actions/checkout@v4 # uses: actions/checkout@v4
- name: List files in the repository - name: List files in the repository
run: ls ${{ gitea.workspace }} run: ls ${{ gitea.workspace }}