Skip to content

Commit

Permalink
fix(ci): 7.1 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jan 3, 2024
1 parent 0918286 commit e953241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyses-snapshot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
env:
TARGET: ${{ github.event.inputs.TARGET || 'v7.1.0-alpha.9' }}
TARGET: ${{ github.event.inputs.TARGET || 'v7.1.0' }}
TEST_SOURCE: ${{ github.event.inputs.TEST_SOURCE || '7.1-analyses-battery' }}

steps:
Expand Down

0 comments on commit e953241

Please sign in to comment.