Skip to content

Commit

Permalink
undo changes to trigger.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Sep 7, 2024
1 parent 332b52b commit 9ba08f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/trigger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ case "$action" in
dev)
branch="${@:$OPTIND+1:1}"
# .github/workflows/ppa-dev.yml
#dispatch 4881510 "$wip" "$branch"
dispatch 4881510 "$wip" "$branch"
# .github/workflows/conda-dev.yml
#dispatch 4923491 "$wip" "$branch"
dispatch 4923491 "$wip" "$branch"
# .github/workflows/cibuildwheel.yml
dispatch 34889579 "$wip" "$branch"
;;
Expand Down

0 comments on commit 9ba08f9

Please sign in to comment.