From 489f13414783585b38023636db88e9fd6b3bbfa3 Mon Sep 17 00:00:00 2001 From: Louis Bompart Date: Thu, 26 Oct 2023 17:14:44 -0400 Subject: [PATCH] chore: ignore when no snaps changed (#1358) ## Proposed changes ## Breaking changes ## Testing - [ ] Unit Tests: - [ ] Functionnal Tests: - [ ] Manual Tests: --- .git-lock | 0 .github/workflows/release.yml | 1 + 2 files changed, 1 insertion(+) delete mode 100644 .git-lock diff --git a/.git-lock b/.git-lock deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3919a2345..482417dfb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,6 +154,7 @@ jobs: echo EOF } >> "$GITHUB_ENV" - name: Upload Jest Snapshots + if: ${{ env.snapshotsPath != ''}} uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 with: name: release-e2e-snaps