Skip to content

Commit

Permalink
Add runners to linter and disbale cache for salt onedir builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 28, 2024
1 parent 6759191 commit badfa1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ self-hosted-runner:
- medium
- large
- macos-13-xlarge
- linux-x86_64
- linux-arm64
1 change: 1 addition & 0 deletions .github/actions/build-onedir-salt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit badfa1b

Please sign in to comment.