Skip to content

Commit

Permalink
30754 cicd dependabot ci runs for both push and pull effectively doub…
Browse files Browse the repository at this point in the history
…le the processing (#32833)

* Update examples-infineon.yaml

* Update examples-telink.yaml

* Update examples-openiotsdk.yaml

* Update examples-mbed.yaml

* Update java-tests.yaml

* Update minimal-build.yaml

* Update examples-cc13x2x7_26x2x7.yaml

* Update full-android.yaml

* Update unit_integration_test.yaml

* Update qemu.yaml

* Update examples-cc32xx.yaml

* Update examples-bouffalolab.yaml

* Update lint.yml

* Update examples-linux-arm.yaml

* Update build.yaml

* Update examples-mbed.yaml

* Update java-tests.yaml

* Update examples-infineon.yaml

* Update examples-telink.yaml

* Update examples-openiotsdk.yaml

* Update minimal-build.yaml

* Update examples-cc13x2x7_26x2x7.yaml

* Update full-android.yaml

* Update unit_integration_test.yaml

* Update qemu.yaml

* Update examples-cc32xx.yaml

* Update examples-bouffalolab.yaml

* Update build.yaml

* Update examples-linux-arm.yaml

* Update lint.yml

* Update lint.yml

* Update examples-cc13x2x7_26x2x7.yaml

Entire yaml seems to be deleted so I'm removing changes to the file
  • Loading branch information
kliao-csa authored Apr 9, 2024
1 parent eb2650a commit d969445
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 1 deletion.
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

0 comments on commit d969445

Please sign in to comment.