Skip to content

Commit

Permalink
CI: add workflow_dispatch trigger to run jobs manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin authored Apr 15, 2024
1 parent 2d5f271 commit bcbfc05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: package_env

on:
push:
# TODO: react also on reopening the PR.
# pull_request:
workflow_dispatch:

jobs:
generate_conda_packd_envs:
Expand Down

0 comments on commit bcbfc05

Please sign in to comment.