ci: merge test+build+push into single pipeline #1

Merged
rock merged 2 commits from ci/unified-pipeline into main 2026-09-06 13:18:11 +00:00
Showing only changes of commit a48b6fdb54 - Show all commits
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
git init
git remote add origin https://forgejo.riotpiao.com/rock/poimen-workflows.git
git fetch origin ${{ github.ref_name }} --depth=1
git fetch origin ${{ github.head_ref || github.ref_name }} --depth=1
git checkout FETCH_HEAD
- name: Download dependencies