Skip to content

Commit b3451e4

Browse files
committed
Add README and update CI workflow name
Added a comprehensive README.md documenting available workflows, usage, and setup instructions. Renamed the CI workflow and concurrency group in ci.yml for clarity.
1 parent d616b09 commit b3451e4

File tree

2 files changed

+408
-2
lines changed

2 files changed

+408
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tests
1+
name: CI Workflow
22

33
on:
44
workflow_call:
@@ -24,7 +24,7 @@ on:
2424
required: true
2525

2626
concurrency:
27-
group: run-tests-${{ github.ref }}
27+
group: ci-workflow-${{ github.ref }}
2828
cancel-in-progress: true
2929

3030
jobs:

0 commit comments

Comments
 (0)