Skip to content

Commit 98d0c1d

Browse files
committed
CI: Always overwrite rabbitmq-server cache
1 parent 9effd56 commit 98d0c1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-rabbitmq-server.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- id: build-rabbitmq-server
3030
run: make -C ${{ github.workspace }}/rabbitmq-server
3131
- uses: actions/cache/save@v4
32+
# Always overwrite an existing cache entry:
33+
if: always()
3234
with:
3335
path: ${{ github.workspace }}/rabbitmq-server
3436
key: rmq-${{ matrix.rmq-version }}-otp-${{ matrix.otp-version }}-elixir-${{ matrix.elixir-version }}

0 commit comments

Comments
 (0)