mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-23 12:29:47 +00:00
perf: workflow build base image
This commit is contained in:
3
.github/workflows/build-base-image.yml
vendored
3
.github/workflows/build-base-image.yml
vendored
@@ -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: |
|
||||
|
Reference in New Issue
Block a user