Skip to content

Commit

Permalink
Issue/30754 dependabot ci runs for both push and pull (#32834)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
vatsalghelani-csa and kliao-csa authored Apr 9, 2024
1 parent 45a9a66 commit eb2650a
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build Chef CI examples on all platforms

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Cirque

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Darwin

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - Ameba

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/examples-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - ASR

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down Expand Up @@ -60,4 +62,4 @@ jobs:
--target asr-asr582x-dishwasher \
--target asr-asr582x-refrigerator \
build \
"
"
2 changes: 2 additions & 0 deletions .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - EFR32

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - ESP32

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - i.MX Linux

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - Linux Standalone

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-mw320.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - MW320

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - nRF Connect SDK

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/examples-qpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - QPG

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down Expand Up @@ -86,4 +88,4 @@ jobs:
uses: ./.github/actions/upload-size-reports
if: ${{ !env.ACT }}
with:
platform-name: QPG
platform-name: QPG
2 changes: 2 additions & 0 deletions .github/workflows/examples-stm32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - stm32

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-tizen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - Tizen

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:

jobs:
validation:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Run misspell

on:
push:
branches-ignore:
- 'dependabot/**'
paths:
- "**.md"
- ".github/.wordlist.txt"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Tests

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/zap_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: ZAP

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand Down

0 comments on commit eb2650a

Please sign in to comment.