[CI] Try to fix breaking on both workflow run

This commit is contained in:
2026-01-02 07:16:53 +01:00
parent eda396d617
commit 01e20cef5d
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ jobs:
steps: steps:
- name: Set up Git repository - name: Set up Git repository
uses: actions/checkout@v6 uses: actions/checkout@v6
with:
ref: ${{ gitea.head_ref }}
- name: Sign into gitea registry - name: Sign into gitea registry
uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with:

View File

@@ -10,6 +10,8 @@ jobs:
steps: steps:
- name: Set up Git repository - name: Set up Git repository
uses: actions/checkout@v6 uses: actions/checkout@v6
with:
ref: ${{ gitea.head_ref }}
- name: Run build - name: Run build
run: ./build.sh run: ./build.sh
- name: Upload compiled helpers - name: Upload compiled helpers