Skip to content

Commit

Permalink
fix: skip flaky 3.13 checkpoint for now
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc, DDiv <[email protected]>
  • Loading branch information
rjdbcm authored Oct 8, 2024
1 parent 6b084a7 commit 30cae94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ozi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -221,4 +221,4 @@ jobs:
- uses: OZI-Project/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 30cae94

Please sign in to comment.