Skip to content

Commit

Permalink
Don't run MbedOS jobs on restyled PRs. (#8698)
Browse files Browse the repository at this point in the history
We generally don't want to run CI on those.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Aug 20, 2021
1 parent 4f90e58 commit 4d8e8b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples-mbed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ name: Build example - Mbed OS
on:
push:
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
Expand All @@ -37,6 +38,7 @@ jobs:
EXAMPLE_PROFILE: release

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-mbed-os:latest
Expand Down

0 comments on commit 4d8e8b9

Please sign in to comment.