add submodule strategy
All checks were successful
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 25s
Reload Act Runner Stack to clear cache for workflows / reload-primary (push) Successful in 14s
Reload Act Runner Stack to clear cache for workflows / wait-for-primary-death (push) Successful in 32s
Reload Act Runner Stack to clear cache for workflows / reload-secondary (push) Successful in 3s
Reload Act Runner Stack to clear cache for workflows / wait-for-secondary-death (push) Successful in 31s
Reload Act Runner Stack to clear cache for workflows / pull-cache-secondary (push) Successful in 2s

This commit is contained in:
Martin Dimitrov 2026-06-30 18:02:43 -07:00
parent b8e28afa40
commit 1f18b78e1b
3 changed files with 13 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
is_changed: ${{ steps.changed-files-specific.outputs.any_changed }}
steps:
- name: Checkout Code to Build
- name: Checkout Code to Diff
uses: actions/checkout@v4
with:
repository: ${{ inputs.repository }}

View File

@ -22,6 +22,11 @@ on:
required: false
type: string
default: 'linux/amd64'
submodules:
description: 'Submodule checkout strategy (true, false, or recursive)'
required: false
default: 'false'
type: string
jobs:
docker:
@ -36,6 +41,7 @@ jobs:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}
token: ${{ github.token }}
submodules: ${{ inputs.submodules }}
- name: Setup Docker (QEMU, Buildx)
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/actions/docker-setup@main

View File

@ -22,6 +22,11 @@ on:
required: false
type: string
default: 'linux/amd64'
submodules:
description: 'Submodule checkout strategy (true, false, or recursive)'
required: false
default: 'false'
type: string
secrets: []
jobs:
@ -34,6 +39,7 @@ jobs:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}
token: ${{ github.token }}
submodules: ${{ inputs.submodules }}
- name: Setup Docker (QEMU, Buildx)
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/actions/docker-setup@main