Skip to content

Commit

Permalink
Reverted ql_repo to lballabio/QuantLib
Browse files Browse the repository at this point in the history
  • Loading branch information
raneamri committed Aug 11, 2024
1 parent 438706b commit 187c91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
ql_repo:
description: Quantlib repository in <owner>/<repo> format
required: true
default: raneamri/QuantLib
default: lballabio/QuantLib
ql_branch:
description: Branch or tag for QuantLib repository
required: true
Expand All @@ -28,7 +28,7 @@ on:
schedule:
- cron: '02 5 * * *' # 5:02 every day
env:
ql_repo: ${{ github.event.inputs.ql_repo || 'raneamri/QuantLib' }}
ql_repo: ${{ github.event.inputs.ql_repo || 'lballabio/QuantLib' }}
ql_branch: ${{ github.event.inputs.ql_branch || 'master' }}
xad_repo: ${{ github.event.inputs.xad_repo || 'auto-differentiation/xad' }}
xad_branch: ${{ github.event.inputs.xad_branch || 'main' }}
Expand Down

0 comments on commit 187c91c

Please sign in to comment.