From 30cae94cdab98cb2d4f987ea11e4727898d81902 Mon Sep 17 00:00:00 2001 From: "Eden Ross Duff, MSc, DDiv" Date: Tue, 8 Oct 2024 13:38:19 -0500 Subject: [PATCH] fix: skip flaky 3.13 checkpoint for now Signed-off-by: Eden Ross Duff, MSc, DDiv --- .github/workflows/ozi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ozi.yml b/.github/workflows/ozi.yml index d73dbff..e687358 100644 --- a/.github/workflows/ozi.yml +++ b/.github/workflows/ozi.yml @@ -104,7 +104,7 @@ jobs: checkpoint: runs-on: ubuntu-latest - needs: [checkpoint-cp311-ubuntu-latest,checkpoint-cp312-ubuntu-latest,checkpoint-cp313-ubuntu-latest] + needs: [checkpoint-cp311-ubuntu-latest,checkpoint-cp312-ubuntu-latest,] steps: - name: Harden Runner uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 @@ -221,4 +221,4 @@ jobs: - uses: OZI-Project/publish@1.1.0 with: - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github-token: ${{ secrets.GITHUB_TOKEN }}