Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnXuan committed Nov 9, 2023
1 parent 12b1ab2 commit fd6852e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
steps:
- name: Checkout CoModels branch
uses: actions/checkout@v4
if: github.event.push
if: github.event_name == 'push'
with:
ref: ${{ inputs.branch }}
path: ${{ env.CO_MODELS_SRC}}
- name: Set up model name
if: github.event.push
if: github.event_name == 'push'
run: echo "{model}=${{ inputs.branch }}" >> $GITHUB_OUTPUT
- name: Checkout PR branch
uses: actions/checkout@v4
Expand Down

0 comments on commit fd6852e

Please sign in to comment.