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

30754 cicd dependabot ci runs for both push and pull effectively double the processing #32833

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
563bbf1
Update examples-infineon.yaml
kliao-csa Apr 3, 2024
ccdea3a
Update examples-telink.yaml
kliao-csa Apr 3, 2024
cf5df73
Update examples-openiotsdk.yaml
kliao-csa Apr 3, 2024
be0ed4c
Update examples-mbed.yaml
kliao-csa Apr 3, 2024
74ef2fa
Update java-tests.yaml
kliao-csa Apr 3, 2024
84aecda
Update minimal-build.yaml
kliao-csa Apr 3, 2024
87cea6c
Update examples-cc13x2x7_26x2x7.yaml
kliao-csa Apr 3, 2024
7ca3c91
Update full-android.yaml
kliao-csa Apr 3, 2024
e475098
Update unit_integration_test.yaml
kliao-csa Apr 3, 2024
64d7965
Update qemu.yaml
kliao-csa Apr 3, 2024
c0339ba
Update examples-cc32xx.yaml
kliao-csa Apr 3, 2024
5448423
Update examples-bouffalolab.yaml
kliao-csa Apr 3, 2024
b55d099
Update lint.yml
kliao-csa Apr 3, 2024
7aa4696
Update examples-linux-arm.yaml
kliao-csa Apr 3, 2024
d4a024a
Update build.yaml
kliao-csa Apr 3, 2024
32a25be
Update examples-mbed.yaml
kliao-csa Apr 4, 2024
333be60
Update java-tests.yaml
kliao-csa Apr 4, 2024
c5a1a3e
Update examples-infineon.yaml
kliao-csa Apr 4, 2024
c65c70e
Update examples-telink.yaml
kliao-csa Apr 4, 2024
0282f96
Update examples-openiotsdk.yaml
kliao-csa Apr 4, 2024
1522bae
Update minimal-build.yaml
kliao-csa Apr 4, 2024
6f9ade5
Update examples-cc13x2x7_26x2x7.yaml
kliao-csa Apr 4, 2024
e06e455
Update full-android.yaml
kliao-csa Apr 4, 2024
9ea2d31
Update unit_integration_test.yaml
kliao-csa Apr 4, 2024
0bf35e6
Update qemu.yaml
kliao-csa Apr 4, 2024
f96f447
Update examples-cc32xx.yaml
kliao-csa Apr 4, 2024
7589721
Update examples-bouffalolab.yaml
kliao-csa Apr 4, 2024
fad6f37
Update build.yaml
kliao-csa Apr 4, 2024
7630996
Update examples-linux-arm.yaml
kliao-csa Apr 4, 2024
d17e6b8
Update lint.yml
kliao-csa Apr 4, 2024
05d348b
Update lint.yml
kliao-csa Apr 5, 2024
553556b
Update examples-cc13x2x7_26x2x7.yaml
kliao-csa Apr 8, 2024
4bf4deb
Merge branch 'master' into 30754-cicd-dependabot-ci-runs-for-both-pus…
kliao-csa Apr 8, 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/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Builds

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

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

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

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

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand Down Expand Up @@ -144,4 +146,4 @@ jobs:
uses: ./.github/actions/upload-size-reports
if: ${{ !env.ACT }}
with:
platform-name: Infineon
platform-name: Infineon
2 changes: 2 additions & 0 deletions .github/workflows/examples-linux-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - Linux ARM

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

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

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

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

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

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

on:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:

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

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
# limitations under the License.

name: Lint Code Base

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/minimal-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Minimal Build (Linux / configure)

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

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

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

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

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

Expand Down
Loading