Skip to content

Commit

Permalink
Update AppDeploy_JavaApp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Byers authored Jan 7, 2022
1 parent 746cbad commit bc25ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AppDeploy_JavaApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
jobs:
App_Create:
runs-on: ubuntu-latest
concurrency: ${{ inputs.AGNAME}} #AppGateway doesn't like concurrent updates
concurrency: "Ag-${{ inputs.AGNAME}}" #AppGateway doesn't like concurrent updates
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit bc25ce9

Please sign in to comment.