Skip to content

Commit

Permalink
remove semver-check from all-jobs-succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-CH-Leung authored and Philippe-Cholet committed Jan 22, 2024
1 parent cafd975 commit 62d2b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
name: All checks succeeded
if: success()
runs-on: ubuntu-latest
needs: [check, msrv, test, check-format, doc, semver-checks]
needs: [check, msrv, test, check-format, doc]
steps:
- name: Mark the job as successful
run: exit 0

0 comments on commit 62d2b65

Please sign in to comment.