Skip to content

Commit

Permalink
Add workflow dispatch to CI actions (MDAnalysis#4398)
Browse files Browse the repository at this point in the history
* Add workflow dispatch to CI actions
  • Loading branch information
IAlibay authored Jan 3, 2024
1 parent 62f4671 commit b9f321c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
schedule:
# 3 am Tuesdays and Fridays
- cron: "0 3 * * 2,5"
workflow_dispatch:

concurrency:
# Probably overly cautious group naming.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- develop
workflow_dispatch:

concurrency:
# Probably overly cautious group naming.
Expand Down

0 comments on commit b9f321c

Please sign in to comment.