Skip to content

Commit

Permalink
[ci skip] use ref for dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 30, 2024
1 parent db482ec commit b198942
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/webservices-workflow-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ on:
description: 'the pull request number'
required: true
type: string
ref:
description: 'the conda-forge-webservices branch to use'
required: false
type: string
default: 'main'

env:
PY_COLORS: 1
Expand All @@ -38,7 +33,7 @@ jobs:
- name: checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: ${{ inputs.ref }}
ref: ${{ github.ref }}

- name: setup conda
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
Expand Down Expand Up @@ -81,7 +76,7 @@ jobs:
- name: checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: ${{ inputs.ref }}
ref: ${{ github.ref }}

- name: setup conda
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
Expand Down

0 comments on commit b198942

Please sign in to comment.