From 0b3c09fe87729dc130fcfbed5a440e0707e1ae1d Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Mon, 23 Sep 2024 17:03:46 -0700 Subject: [PATCH] REMOVE: Temporarily trigger a PR --- .github/workflows/check-for-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index 3448cef..c000d51 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -51,7 +51,7 @@ jobs: sudo apt-get install gh - name: Run tox update - run: tox -e update + run: tox -e update -- --no-skip-existing - name: Check for repository changes and commit id: check_changes