Skip to content

Commit 5bce5d4

Browse files
committed
Add small things
1 parent 2d72e1a commit 5bce5d4

File tree

8 files changed

+32
-8
lines changed

8 files changed

+32
-8
lines changed

.github/workflows/integration-aiohttp.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
pull_request:
66
types: [opened, synchronize]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
integration-aiohttp:
1014
uses: ./.github/workflows/integration-reusable.yml
1115
with:
1216
integration: aiohttp
13-
secrets: inherit

.github/workflows/integration-django.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
pull_request:
66
types: [opened, synchronize]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
integration-django:
1014
uses: ./.github/workflows/integration-reusable.yml
1115
with:
1216
integration: django
13-
secrets: inherit

.github/workflows/integration-falcon.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
pull_request:
66
types: [opened, synchronize]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
integration-falcon:
1014
uses: ./.github/workflows/integration-reusable.yml
1115
with:
1216
integration: falcon
13-
secrets: inherit

.github/workflows/integration-fastapi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
pull_request:
66
types: [opened, synchronize]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
integration-fastapi:
1014
uses: ./.github/workflows/integration-reusable.yml
1115
with:
1216
integration: fastapi
13-
secrets: inherit

.github/workflows/integration-flask.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
pull_request:
66
types: [opened, synchronize]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
integration-flask:
1014
uses: ./.github/workflows/integration-reusable.yml
1115
with:
1216
integration: flask
13-
secrets: inherit

.github/workflows/integration-requests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
pull_request:
66
types: [opened, synchronize]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
integration-requests:
1014
uses: ./.github/workflows/integration-reusable.yml
1115
with:
1216
integration: requests
13-
secrets: inherit

.github/workflows/integration-starlette.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
pull_request:
66
types: [opened, synchronize]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
integration-starlette:
1014
uses: ./.github/workflows/integration-reusable.yml
1115
with:
1216
integration: starlette
13-
secrets: inherit

.github/workflows/integration-werkzeug.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
pull_request:
66
types: [opened, synchronize]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
integration-werkzeug:
1014
uses: ./.github/workflows/integration-reusable.yml
1115
with:
1216
integration: werkzeug
13-
secrets: inherit

0 commit comments

Comments
 (0)