Skip to content

Commit

Permalink
ci: update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed May 23, 2024
1 parent 20c9819 commit 745fbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
description: "branch of siibra-configuration to be checkout"
required: false
type: string
default: 'expmt_attr'
default: 'refactor_attr'
jobs:
validate:
runs-on: ubuntu-latest
Expand All @@ -24,7 +24,7 @@ jobs:
path: siibra-configurations
fetch-depth: 1
clean: True
ref: ${{ inputs.use-cfg || 'expmt_attr' }}
ref: ${{ inputs.use-cfg || 'refactor_attr' }}
- run: |
pip install -r requirements.txt
- name: "Validate features"
Expand Down

0 comments on commit 745fbc6

Please sign in to comment.