Skip to content

Commit fc515da

Browse files
author
Jeevan Revaneppa Hirethanad
committed
Retrigger CI to see if json modification works
1 parent 0272ca3 commit fc515da

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
name: Continuous Integration for Machine Learning Applications
2-
on:
3-
push:
4-
branches:
5-
- main
6-
- feature/*
7-
tags:
8-
- v*
9-
pull_request:
10-
branches:
11-
- main
12-
- feature/*
13-
workflow_dispatch:
2+
on: [push]
143

154
permissions:
165
id-token: write
@@ -27,7 +16,7 @@ jobs:
2716
- name: Generate dynamic matrix from templates.xml
2817
id: set-matrix
2918
run: |
30-
matrix=$(python3 .github/workflows/scripts/generate_matrix.py)
19+
matrix=$(python3 .github/workflows/scripts/generate_matrix.py | jq -c .)
3120
echo "matrix=$matrix" >> $GITHUB_OUTPUT
3221
3322
get-sdk:

0 commit comments

Comments
 (0)