Skip to content

Commit

Permalink
fix trigger script
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Apr 23, 2021
1 parent 730e1c4 commit 516bab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/trigger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ case $1 in
;&
dev)
# .github/workflows/conda-dev.yml
dispatch 7727188
dispatch 7727188 $wip $branch
# .github/workflows/pipsource.yml
dispatch 7727186
dispatch 7727186 $wip $branch
# .github/workflows/ppa-dev.yml
dispatch 7727187
dispatch 7727187 $wip $branch
;;
*)
echo "usage: trigger {list,dev,release}"
Expand Down

0 comments on commit 516bab1

Please sign in to comment.