Skip to content

Commit eb2650a

Browse files
Issue/30754 dependabot ci runs for both push and pull (#32834)
* Update examples-tizen.yaml - use on: push: branches: - 'master' to fulfill * Update cirque.yaml * Update examples-linux-standalone.yaml * Update examples-qpg.yaml * Update zap_templates.yaml * Update examples-linux-imx.yaml * Update examples-ameba.yaml * Update chef.yaml * Update darwin.yaml * Update gradle-wrapper-validation.yml * Update spell.yml * Update examples-efr32.yaml * Update examples-asr.yaml * Update examples-esp32.yaml * Update examples-stm32.yaml * Update tests.yaml * Update examples-mw320.yaml * Update examples-nrfconnect.yaml * Update chef.yaml * Update cirque.yaml * Update examples-ameba.yaml * Update examples-asr.yaml * Update examples-efr32.yaml * Update examples-esp32.yaml * Update examples-linux-imx.yaml * Update examples-linux-standalone.yaml * Update examples-mw320.yaml * Update examples-nrfconnect.yaml * Update examples-qpg.yaml * Update examples-stm32.yaml * Update examples-tizen.yaml * Update gradle-wrapper-validation.yml * Update spell.yml * Update tests.yaml * Update zap_templates.yaml * Update gradle-wrapper-validation.yml * Update darwin.yaml * Update examples-asr.yaml * Update examples-asr.yaml --------- Co-authored-by: Kai Liao <140431279+kliao-csa@users.noreply.github.com>
1 parent 45a9a66 commit eb2650a

18 files changed

+41
-3
lines changed

.github/workflows/chef.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build Chef CI examples on all platforms
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

.github/workflows/cirque.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Cirque
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123
workflow_dispatch:

.github/workflows/darwin.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Darwin
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123
workflow_dispatch:

.github/workflows/examples-ameba.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - Ameba
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

.github/workflows/examples-asr.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - ASR
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

@@ -60,4 +62,4 @@ jobs:
6062
--target asr-asr582x-dishwasher \
6163
--target asr-asr582x-refrigerator \
6264
build \
63-
"
65+
"

.github/workflows/examples-efr32.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - EFR32
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

.github/workflows/examples-esp32.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - ESP32
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

.github/workflows/examples-linux-imx.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - i.MX Linux
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

.github/workflows/examples-linux-standalone.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - Linux Standalone
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

.github/workflows/examples-mw320.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - MW320
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

.github/workflows/examples-nrfconnect.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - nRF Connect SDK
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

.github/workflows/examples-qpg.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - QPG
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

@@ -86,4 +88,4 @@ jobs:
8688
uses: ./.github/actions/upload-size-reports
8789
if: ${{ !env.ACT }}
8890
with:
89-
platform-name: QPG
91+
platform-name: QPG

.github/workflows/examples-stm32.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - stm32
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

.github/workflows/examples-tizen.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Build example - Tizen
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

.github/workflows/gradle-wrapper-validation.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: "Validate Gradle Wrapper"
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches-ignore:
5+
- 'dependabot/**'
6+
pull_request:
37

48
jobs:
59
validation:

.github/workflows/spell.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Run misspell
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
paths:
2022
- "**.md"
2123
- ".github/.wordlist.txt"

.github/workflows/tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Tests
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123
workflow_dispatch:

.github/workflows/zap_templates.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: ZAP
1616

1717
on:
1818
push:
19+
branches-ignore:
20+
- 'dependabot/**'
1921
pull_request:
2022
merge_group:
2123

0 commit comments

Comments
 (0)