diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30b8401..b16bc7e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ on: ql_repo: description: Quantlib repository in / format required: true - default: raneamri/QuantLib + default: lballabio/QuantLib ql_branch: description: Branch or tag for QuantLib repository required: true @@ -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' }}