Skip to content

Commit 558bc1a

Browse files
ci: generation of builds action can be triggered manually (aws#2157)
Co-authored-by: Laxman Reddy <[email protected]>
1 parent db45d01 commit 558bc1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-agent-standalone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: Create agent-standalone bundles
33
on:
44
push:
55
branches: [main, feature/*, release/agentic/*]
6+
workflow_dispatch:
67

78
jobs:
89
build:
910
runs-on: ubuntu-latest
11+
if: github.event_name == 'push' || github.actor_id == github.repository_owner_id
1012

1113
steps:
1214
- name: Checkout repository

0 commit comments

Comments
 (0)