Browse Source

perf: workflow build base image

pull/14159/head
ibuler 2 months ago committed by Eric_Lee
parent
commit
b54da7d3b3
  1. 3
      .github/workflows/build-base-image.yml

3
.github/workflows/build-base-image.yml

@ -11,6 +11,9 @@ jobs:
outputs:
should_skip: ${{ steps.set_skip_flag.outputs.should_skip }} # 输出 should_skip 标志
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check conditions
id: set_skip_flag
run: |

Loading…
Cancel
Save