测试 CICD
Some checks failed
TDevOPsCICD / build-image (push) Failing after 30s

This commit is contained in:
Cheney 2025-04-23 15:39:57 +08:00
parent b99b0b8299
commit a849c280f7

View File

@ -4,10 +4,10 @@ on: [push]
jobs:
build-image:
runs-on: ubuntu-latest
runs-on: workbench
steps:
- uses: actions/checkout@v4
- name: Build Binary
run: |
echo ${{ github.ref_name }} ${{ github.sha }}
kit
bun