diff --git a/.github/workflows/azure-functions.yml b/.github/workflows/azure-functions.yml index 552aac7..b55175b 100644 --- a/.github/workflows/azure-functions.yml +++ b/.github/workflows/azure-functions.yml @@ -5,7 +5,7 @@ permissions: contents: read on: - workflow_dispatch: + workflow_call: inputs: AZURE_FUNCTIONAPP_NAME: type: string diff --git a/.github/workflows/docker-images-nextflow.yml b/.github/workflows/docker-images-nextflow.yml index dc72e2c..e8cfef4 100644 --- a/.github/workflows/docker-images-nextflow.yml +++ b/.github/workflows/docker-images-nextflow.yml @@ -5,7 +5,7 @@ permissions: contents: read on: - workflow_dispatch: + workflow_call: inputs: AZURE_KEYVAULT_NAME: type: string diff --git a/azure/templates/resourceGroups/batch/functionApp.bicep b/azure/templates/resourceGroups/batch/functionApp.bicep index 5c3e37d..5d834f1 100644 --- a/azure/templates/resourceGroups/batch/functionApp.bicep +++ b/azure/templates/resourceGroups/batch/functionApp.bicep @@ -93,7 +93,7 @@ resource functionApp 'Microsoft.Web/sites@2021-03-01' = { value: NXFUTIL_AZ_CR_NAME } { - name: 'NXFUTIL_AZ_CR_NAME' + name: 'NXFUTIL_AZ_FA_NAME' value: NXFUTIL_AZ_FA_NAME } {