From b1ebd2afab4b609c0335a4d175ebca052a2780cb Mon Sep 17 00:00:00 2001 From: Sterling Dreyer Date: Tue, 21 Jan 2025 15:57:24 -0800 Subject: [PATCH] Fix pending test check (#216) --- .github/workflows/release-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-containers.yml b/.github/workflows/release-containers.yml index c0613e25..f491aa3a 100644 --- a/.github/workflows/release-containers.yml +++ b/.github/workflows/release-containers.yml @@ -29,7 +29,7 @@ jobs: running-workflow-name: 'Main' repo-token: ${{ secrets.PAT }} wait-interval: 10 - ignore-checks: "release-and-publish" + ignore-checks: "set-version" - name: Checkout code uses: actions/checkout@v3