-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure main workflow, use GHA reusable workflows
- Loading branch information
1 parent
c1ba266
commit 5fc8902
Showing
2 changed files
with
59 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
on: | ||
workflow_dispatch: | ||
workflow_call: | ||
|
||
name: Check Pharmpy development version | ||
|
||
jobs: | ||
check-pharmr: | ||
uses: pharmpy/pharmr/.github/workflows/main.yaml@main | ||
with: | ||
as-release: false |