Feat/large validation (#10417) #51
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: Cache Setup | |
on: | |
# We utilize this job to seed the GitHub action cache(s) for the LTS branch | |
push: | |
branches: | |
- 'main' | |
- 'v1.**.x' | |
jobs: | |
setup-mod-cache: | |
name: Setup Go Modules Cache | |
runs-on: ubuntu-22.04 | |
timeout-minutes: 15 | |
steps: | |
- name: Check out code into the Go module directory | |
uses: actions/checkout@v4 | |
- name: Prep Go Runner | |
uses: ./.github/workflows/composite-actions/prep-go-runner |