Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/30754 dependabot ci runs for both push and pull #32834

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
b15888f
Update examples-tizen.yaml - use on: push: branches: - 'master' to fu…
vatsalghelani-csa Apr 3, 2024
2810605
Update cirque.yaml
vatsalghelani-csa Apr 3, 2024
8c26e2f
Update examples-linux-standalone.yaml
vatsalghelani-csa Apr 3, 2024
d7411b3
Update examples-qpg.yaml
vatsalghelani-csa Apr 3, 2024
4d1823e
Update zap_templates.yaml
vatsalghelani-csa Apr 3, 2024
840dab0
Update examples-linux-imx.yaml
vatsalghelani-csa Apr 3, 2024
a586d2a
Update examples-ameba.yaml
vatsalghelani-csa Apr 3, 2024
98156d7
Update chef.yaml
vatsalghelani-csa Apr 3, 2024
10176f1
Update darwin.yaml
vatsalghelani-csa Apr 3, 2024
0d35f60
Update gradle-wrapper-validation.yml
vatsalghelani-csa Apr 3, 2024
244514c
Update spell.yml
vatsalghelani-csa Apr 3, 2024
15298f0
Update examples-efr32.yaml
vatsalghelani-csa Apr 3, 2024
bbe6079
Update examples-asr.yaml
vatsalghelani-csa Apr 3, 2024
4fde725
Update examples-esp32.yaml
vatsalghelani-csa Apr 3, 2024
21f887e
Update examples-stm32.yaml
vatsalghelani-csa Apr 3, 2024
727b621
Update tests.yaml
vatsalghelani-csa Apr 3, 2024
59b8ac4
Update examples-mw320.yaml
vatsalghelani-csa Apr 3, 2024
e2d7af6
Update examples-nrfconnect.yaml
vatsalghelani-csa Apr 3, 2024
e20024f
Update chef.yaml
vatsalghelani-csa Apr 4, 2024
c55e512
Update cirque.yaml
vatsalghelani-csa Apr 4, 2024
adf8c83
Update examples-ameba.yaml
vatsalghelani-csa Apr 4, 2024
b939685
Update examples-asr.yaml
vatsalghelani-csa Apr 4, 2024
20d5cc3
Update examples-efr32.yaml
vatsalghelani-csa Apr 4, 2024
0cf4104
Update examples-esp32.yaml
vatsalghelani-csa Apr 4, 2024
ad1a7a8
Update examples-linux-imx.yaml
vatsalghelani-csa Apr 4, 2024
5317d84
Update examples-linux-standalone.yaml
vatsalghelani-csa Apr 4, 2024
a65a50d
Update examples-mw320.yaml
vatsalghelani-csa Apr 4, 2024
466249c
Update examples-nrfconnect.yaml
vatsalghelani-csa Apr 4, 2024
fdacd44
Update examples-qpg.yaml
vatsalghelani-csa Apr 4, 2024
671f9a3
Update examples-stm32.yaml
vatsalghelani-csa Apr 4, 2024
715b278
Update examples-tizen.yaml
vatsalghelani-csa Apr 4, 2024
aaf0cef
Update gradle-wrapper-validation.yml
vatsalghelani-csa Apr 4, 2024
1dde319
Update spell.yml
vatsalghelani-csa Apr 4, 2024
82c79e3
Update tests.yaml
vatsalghelani-csa Apr 4, 2024
326fb53
Update zap_templates.yaml
vatsalghelani-csa Apr 4, 2024
5f1b5b0
Update gradle-wrapper-validation.yml
vatsalghelani-csa Apr 4, 2024
2991df5
Update darwin.yaml
vatsalghelani-csa Apr 4, 2024
6b59a0e
Merge branch 'master' into issue/30754-dependabot-CI-runs-for-both-pu…
kliao-csa Apr 4, 2024
0daea39
Update examples-asr.yaml
vatsalghelani-csa Apr 4, 2024
7005d3a
Update examples-asr.yaml
vatsalghelani-csa Apr 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading