File tree 2 files changed +18
-10
lines changed
2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 15
15
name : Build example - TI CC13XX_26XX
16
16
17
17
on :
18
- push :
19
- branches-ignore :
20
- - " dependabot/**"
21
- pull_request :
22
- merge_group :
18
+ workflow_dispatch :
19
+ # Temporarely disabled:
20
+ # - TI CI runs out of disk space
21
+ # - Image should be updated to an Ubuntu 24.04 or higher based one (move from :54 version)
22
+ # push:
23
+ # branches-ignore:
24
+ # - 'dependabot/**'
25
+ # pull_request:
26
+ # merge_group:
23
27
24
28
concurrency :
25
29
group :
Original file line number Diff line number Diff line change 15
15
name : Build example - TI CC32XX
16
16
17
17
on :
18
- push :
19
- branches-ignore :
20
- - ' dependabot/**'
21
- pull_request :
22
- merge_group :
18
+ workflow_dispatch :
19
+ # Temporarely disabled:
20
+ # - TI CI runs out of disk space
21
+ # - Image should be updated to an Ubuntu 24.04 or higher based one (move from :54 version)
22
+ # push:
23
+ # branches-ignore:
24
+ # - 'dependabot/**'
25
+ # pull_request:
26
+ # merge_group:
23
27
24
28
concurrency :
25
29
group : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
You can’t perform that action at this time.
0 commit comments