Skip to content

Commit

Permalink
workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
axgonz committed Feb 24, 2023
1 parent a5e8a44 commit 75e254a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:
contents: read

on:
workflow_dispatch:
workflow_call:
inputs:
AZURE_FUNCTIONAPP_NAME:
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-images-nextflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:
contents: read

on:
workflow_dispatch:
workflow_call:
inputs:
AZURE_KEYVAULT_NAME:
type: string
Expand Down
2 changes: 1 addition & 1 deletion azure/templates/resourceGroups/batch/functionApp.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
{
Expand Down

0 comments on commit 75e254a

Please sign in to comment.