Skip to content

Commit 5e2dda9

Browse files
authored
CI - Reduce when package job runs (#4539)
# Description of Changes We run the "package CLI" job for every `master` commit, but I think we basically never use those. Instead I added the work flow dispatch option which can run as a one off if needed. (I didn't test it, but now that it's added, we'll be able to fix it in a PR if needed). # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing None --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent e991421 commit 5e2dda9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ on:
44
push:
55
tags:
66
- '**'
7-
branches:
8-
- master
9-
- release/*
7+
workflow_dispatch:
8+
109
permissions:
1110
contents: read
1211

0 commit comments

Comments
 (0)