[CI] Try to fix breaking on both workflow run
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user