Skip to content
Snippets Groups Projects
Commit ed4e8a6f authored by graham sanderson's avatar graham sanderson
Browse files

Merge branch 'develop' into iar/develop

parents a0f5dace 18479e03
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,6 @@ on:
branches-ignore:
- 'iar/**'
pull_request:
branches-ignore:
- 'iar/**'
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
......@@ -13,7 +11,8 @@ env:
jobs:
build:
if: github.repository_owner == 'raspberrypi'
# cannot specify filter for pull_request in on: above, so do it here
if: github.repository_owner == 'raspberrypi' && (github.event_name != 'pull_request' || !startsWith(github.head_ref, 'iar/'))
runs-on: [self-hosted, Linux, X64]
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment