Skip to content

Commit

Permalink
CI: switch to the scarthgap branch
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed May 1, 2024
1 parent 8b9e77b commit 78281f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 103 deletions.
100 changes: 0 additions & 100 deletions .github/workflows/build-template.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/premerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
uses: ./.github/workflows/build-template.yml
uses: 96boards/oe-rpb-manifest/.github/workflows/build-template.yml@master
with:
branch: refs/pull/${{github.event.pull_request.number}}/head
local_repo: ${{github.repository}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Push build
on:
push:
branches:
- qcom/master
- qcom/scarthgap

jobs:
build:
uses: ./.github/workflows/build-template.yml
uses: 96boards/oe-rpb-manifest/.github/workflows/build-template.yml@master
with:
branch: ${{github.ref_name}}
secrets: inherit

0 comments on commit 78281f7

Please sign in to comment.