We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856ef3d commit 3786d15Copy full SHA for 3786d15
.github/workflows/test_backend.yml
@@ -191,7 +191,7 @@ jobs:
191
192
env:
193
BASE_URL: https://${{github.event.schedule && 'be.preview.gov.tools' || inputs.deployment || 'govtool.cardanoapi.io/api' }}
194
- DEPLOYMENT: ${{ inputs.deployment || 'govtool.cardanoapi.io/api'}}
+ DEPLOYMENT: ${{ github.event.schedule && 'be.preview.gov.tools' || inputs.deployment || 'govtool.cardanoapi.io/api'}}
195
REPORT_NAME: ${{ github.event.schedule && 'nightly-'}}govtool-backend
196
GH_PAGES: ${{vars.GH_PAGES}}
197
COMMIT_SHA: ${{ github.event.workflow_run.head_sha || github.sha }}
0 commit comments