From 6b15628d815cccb4dbe6c150d770f8ed9590e35f Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Mon, 30 Sep 2024 16:00:15 -0700 Subject: [PATCH] Handle ERROR: 412: conditionNotMet - User creation is not complete. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30042a2d1..9e42aae16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20240918 + key: gam-${{ matrix.jid }}-20240930 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'