Skip to content

Commit

Permalink
make conda opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent 14f08d5 commit dafa553
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
publish:
default: false
type: boolean
conda:
default: false
type: boolean
py_version:
default: '3.10'
type: string
Expand Down Expand Up @@ -233,6 +236,7 @@ jobs:
workflow: gh_pages.yaml # takes no inputs

conda_trigger:
if: ${{ inputs.conda }}
needs: [build, test, publish]
runs-on: ${{ inputs.runner }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
"pre_test": "false",
"test": "true",
"publish": "true",
"conda": "true",
"py_version": "3.10",
"runner": "ubuntu-latest"
}

0 comments on commit dafa553

Please sign in to comment.