From 2eea3b05b16e4e1ce085dde365f10e51550ed435 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Sun, 27 Jun 2021 11:04:06 +0200 Subject: [PATCH] flatpak: Include run number in testing github action --- .github/workflows/flatpak-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak-testing.yml b/.github/workflows/flatpak-testing.yml index 382ecca0..10372eed 100644 --- a/.github/workflows/flatpak-testing.yml +++ b/.github/workflows/flatpak-testing.yml @@ -18,4 +18,4 @@ jobs: with: bundle: com.github.rafostar.Clapper.flatpak manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-testing.json - cache-key: flatpak-builder-${{ github.sha }}-testing + cache-key: flatpak-builder-${{ github.sha }}-testing-${{ github.run_number }}