Skip to content

Commit bb2c971

Browse files
jcelerierclaude
andcommitted
ci: wire portability workflow to run on the PR
- Point at @drop-ossia-sdk-dep to pick up the fixed avnd-portability.yml (real SDK-free build instead of placeholder flags). - Add migrate-avnd-addon to the push trigger so the workflow actually runs while in review (GitHub doesn't fire pull_request for a workflow added in the same PR). Drop both feature-branch refs once ossia/actions#9 lands. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d675a91 commit bb2c971

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/portability.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ name: Portability
33
on:
44
pull_request:
55
push:
6-
branches: [main, master]
6+
# migrate-avnd-addon is the in-review branch; drop it once this lands on main.
7+
branches: [main, master, migrate-avnd-addon]
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1011
cancel-in-progress: true
1112

1213
jobs:
1314
smoke:
14-
uses: ossia/actions/.github/workflows/avnd-portability.yml@master
15+
# Pinned to the feature branch while it's in review. Switch to @master once
16+
# ossia/actions PR (drop-ossia-sdk-dep) lands.
17+
uses: ossia/actions/.github/workflows/avnd-portability.yml@drop-ossia-sdk-dep
1518
secrets: inherit
1619
# All 11 lanes default ON. Override here if specific platforms are
1720
# known not to be relevant for this template:

0 commit comments

Comments
 (0)