From 0ce12ddf5dbd09a6c113a07611b31763f4fec3ef Mon Sep 17 00:00:00 2001 From: cce <51567+cce@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:54:06 -0400 Subject: [PATCH] build cache on master merges --- .github/workflows/ci-nightly.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml index 22d0d1de18..c4ad34fc96 100644 --- a/.github/workflows/ci-nightly.yml +++ b/.github/workflows/ci-nightly.yml @@ -44,6 +44,8 @@ jobs: fetch-depth: 0 - name: Set up Go uses: ./.github/actions/setup-go + with: + cache-prefix: buildsrc - name: Cache libsodium uses: actions/cache@v4 with: @@ -95,6 +97,8 @@ jobs: shell: bash - name: Set up Go uses: ./.github/actions/setup-go + with: + cache-prefix: test - name: Run tests run: | ./scripts/configure_dev.sh @@ -167,6 +171,8 @@ jobs: shell: bash - name: Set up Go uses: ./.github/actions/setup-go + with: + cache-prefix: build-e2e - name: Run integration tests run: | ./scripts/configure_dev.sh @@ -222,6 +228,8 @@ jobs: shell: bash - name: Set up Go uses: ./.github/actions/setup-go + with: + cache-prefix: build-e2e - name: Run E2E expect tests run: | scripts/configure_dev.sh @@ -275,6 +283,8 @@ jobs: shell: bash - name: Set up Go uses: ./.github/actions/setup-go + with: + cache-prefix: buildsrc - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4.2.1 with: