Skip to content

Commit 78e6e42

Browse files
author
Jeevan Revaneppa Hirethanad
committed
CI trigger condition update
1 parent 2c75fc2 commit 78e6e42

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

.github/workflows/CI.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
name: Continuous Integration for Machine Learning Applications
2-
on: [push]
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:
314

415
permissions:
516
id-token: write
@@ -49,7 +60,7 @@ jobs:
4960
- name: Upload SDK
5061
uses: actions/upload-artifact@v5
5162
with:
52-
name: SDK
63+
name: sisdk-and-extensions
5364
path: .
5465
include-hidden-files: true
5566

@@ -70,11 +81,11 @@ jobs:
7081
- name: Upload Tools
7182
uses: actions/upload-artifact@v5
7283
with:
73-
name: ARM_GNU-and-slc-toolchain
84+
name: arm-gnu-toolchain-and-slc
7485
path: .
7586
include-hidden-files: true
7687

77-
build-ml:
88+
build:
7889
runs-on: ubuntu-latest
7990
needs: [generate-matrix, get-sdk, get-tools]
8091
strategy:
@@ -84,13 +95,13 @@ jobs:
8495
- name: Download GSDK
8596
uses: actions/download-artifact@v5
8697
with:
87-
name: SDK
98+
name: sisdk-and-extensions
8899
path: .
89100

90101
- name: Download ARM-GNU and SLC toolchain
91102
uses: actions/download-artifact@v5
92103
with:
93-
name: ARM_GNU-and-slc-toolchain
104+
name: arm-gnu-toolchain-and-slc
94105
path: .
95106

96107
- name: Install Java 21

0 commit comments

Comments
 (0)