Update GitHub Actions workflows: remove redundant branch from docs-and-testcov and enhance Rust setup in run-unit-tests

This commit is contained in:
Palash Tyagi
2025-05-05 02:11:14 +01:00
parent bccde27fb8
commit de549d15d5
3 changed files with 6 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: [main, update_docs_workflow]
branches: [main]
# pull_request:
# branches: [main]
workflow_dispatch: