feat(processing): bump to karpenter v1 in SparkEmrContainersRuntime (… #185
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update build dependencies cache | |
# This workflow updates the dependency cache on 'main' so that all other (child) branches can reuse it. | |
# The 'website' directory is ignored, because there is a separate workflow for that directory. | |
# See cache branch permissions: | |
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- "website/**" | |
workflow_dispatch: | |
jobs: | |
update-cache: | |
uses: ./.github/workflows/_store_deps_cache.yml |