Skip to content

Commit dcf3f6e

Browse files
[DOCUMENTATION] Enhanced new CI-MATs documentation slightly (- PR #277 -)
Changes in file .github/workflows/CI-MATs.yml: - enhanced the header comments of CI-MATs for clearity and accuracy.
1 parent b417b52 commit dcf3f6e

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/workflows/CI-MATs.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
---
22
name: CI-MATs
3-
# Continuous Integration workflow for Minimal Acceptance Tests.
3+
# Continuous Integration workflow for Minimal Acceptance Tests (MATs).
44
#
5-
# Jobs included:
6-
# - MATS: Runs Machine Acceptance Tests
5+
# This workflow runs after successful completion of CI-BUILD to ensure
6+
# that the codebase meets minimal acceptance criteria.
77
#
8-
# Required Secrets:
9-
# NONE
8+
# Jobs:
9+
# - check_build: Verifies CI-BUILD success and sets up environment
10+
# - MATS: Runs Machine Acceptance Tests across Python versions
11+
# - MATS_STATUS: Reports final test status
12+
#
13+
# Triggers:
14+
# - Automatically on CI-BUILD workflow completion
15+
#
16+
# Required Secrets: None
17+
#
18+
# Dependencies:
19+
# - Requires successful completion of CI-BUILD workflow
1020

1121
on: # yamllint disable-line rule:truthy
1222
workflow_run:

0 commit comments

Comments
 (0)