mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add runners to linter and disbale cache for salt onedir builds
This commit is contained in:
parent
2b600fb4c4
commit
3f71f85c51
2 changed files with 3 additions and 0 deletions
2
.github/actionlint.yaml
vendored
2
.github/actionlint.yaml
vendored
|
@ -12,3 +12,5 @@ self-hosted-runner:
|
|||
- medium
|
||||
- large
|
||||
- macos-13-xlarge
|
||||
- linux-x86_64
|
||||
- linux-arm64
|
||||
|
|
1
.github/actions/build-onedir-salt/action.yml
vendored
1
.github/actions/build-onedir-salt/action.yml
vendored
|
@ -31,6 +31,7 @@ runs:
|
|||
|
||||
- name: Download Cached Deps Onedir Package Directory
|
||||
id: onedir-bare-cache
|
||||
if: false
|
||||
uses: ./.github/actions/cache
|
||||
with:
|
||||
path: artifacts/${{ inputs.package-name }}
|
||||
|
|
Loading…
Add table
Reference in a new issue