Skip to content

Commit a755fea

Browse files
[REGRESSION] Debug part 8 for #177 🙈
1 parent 120f9b4 commit a755fea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/CI-MATs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ name: CI-MATs
66
# - MATS: Runs Machine Acceptance Tests
77
#
88
# Required Secrets:
9-
# - CODECOV_TOKEN: For uploading coverage reports to Codecov
10-
# - CODECLIMATE_TOKEN: For integration with Code Climate
11-
# - CC_TEST_REPORTER_ID: For Code Climate test reporting
9+
# NONE
1210

1311
on: # yamllint disable-line rule:truthy
1412
workflow_run:
1513
workflows: ["CI-BUILD"]
16-
types: [completed]
14+
types:
15+
- completed
1716

1817
# Declare default permissions as none.
1918
permissions: {}

0 commit comments

Comments
 (0)