Skip to content

Commit ac2f86d

Browse files
Add branch-scoped push trigger to probe workflow
Lets Phase 0 be tested directly off the feature branch (no merge to main / PR approval needed); environment: cicd still yields OIDC subject repo:github/copilot-sdk:environment:cicd. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent f94236f commit ac2f86d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/canary-feed-oidc-probe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: canary-feed-oidc-probe
55
# the internal copilot-canary-spike npm feed. Delete once Phase 0 is proven.
66

77
on:
8+
push:
9+
branches: [mackinnonbuck-canary-oidc-probe]
810
workflow_dispatch:
911

1012
permissions:

0 commit comments

Comments
 (0)