Skip to content

Commit 32f65d6

Browse files
clean up
1 parent d091cbe commit 32f65d6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/backend-integration-azure_bicep_validate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
98
paths:
109
- 'backend-integration/**'
1110
- '.github/workflows/lib-azure-bicep-validation.yml'

.github/workflows/backend-integration-azure_deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ on:
99
- 'backend-integration/**'
1010
- '.github/workflows/backend-integration-azure-deploy.yml'
1111

12-
1312
# Use concurrency to ensure that only a single job or workflow using the same concurrency group will run at a time
1413
concurrency:
1514
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
1615
cancel-in-progress: true # Cancel previously queued jobs and run the latest
17-
16+
1817

1918
jobs:
2019
backend-integration-dev:

.github/workflows/backend-integration-code_validation_and_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Backend Integration - Checks & documentation
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- 'backend-integration/**'

0 commit comments

Comments
 (0)