Skip to content

Commit f01b605

Browse files
add concurrency to defang job
1 parent c19d2b6 commit f01b605

79 files changed

Lines changed: 315 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/agentic-autogen/.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
contents: read
2828
id-token: write
2929

30+
concurrency:
31+
cancel-in-progress: false
32+
group: deploy-agentic-autogen-${{ github.event.inputs.stack || 'default' }}
33+
3034
steps:
3135
- name: Checkout Repo
3236
uses: actions/checkout@v4

samples/agentic-langgraph/.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
contents: read
2828
id-token: write
2929

30+
concurrency:
31+
cancel-in-progress: false
32+
group: deploy-agentic-langgraph-${{ github.event.inputs.stack || 'default' }}
33+
3034
steps:
3135
- name: Checkout Repo
3236
uses: actions/checkout@v4

samples/agentic-strands/.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
contents: read
2828
id-token: write
2929

30+
concurrency:
31+
cancel-in-progress: false
32+
group: deploy-agentic-strands-${{ github.event.inputs.stack || 'default' }}
33+
3034
steps:
3135
- name: Checkout Repo
3236
uses: actions/checkout@v4

samples/angular-express/.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
contents: read
2828
id-token: write
2929

30+
concurrency:
31+
cancel-in-progress: false
32+
group: deploy-angular-express-${{ github.event.inputs.stack || 'default' }}
33+
3034
steps:
3135
- name: Checkout Repo
3236
uses: actions/checkout@v4

samples/arduino-wifi/.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
contents: read
2828
id-token: write
2929

30+
concurrency:
31+
cancel-in-progress: false
32+
group: deploy-arduino-wifi-${{ github.event.inputs.stack || 'default' }}
33+
3034
steps:
3135
- name: Checkout Repo
3236
uses: actions/checkout@v4

samples/bullmq-bullboard-redis/.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
contents: read
2828
id-token: write
2929

30+
concurrency:
31+
cancel-in-progress: false
32+
group: deploy-bullmq-bullboard-redis-${{ github.event.inputs.stack || 'default' }}
33+
3034
steps:
3135
- name: Checkout Repo
3236
uses: actions/checkout@v4

samples/crewai/.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
contents: read
2828
id-token: write
2929

30+
concurrency:
31+
cancel-in-progress: false
32+
group: deploy-crewai-${{ github.event.inputs.stack || 'default' }}
33+
3034
steps:
3135
- name: Checkout Repo
3236
uses: actions/checkout@v4

samples/csharp-dotnet/.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
contents: read
2828
id-token: write
2929

30+
concurrency:
31+
cancel-in-progress: false
32+
group: deploy-csharp-dotnet-${{ github.event.inputs.stack || 'default' }}
33+
3034
steps:
3135
- name: Checkout Repo
3236
uses: actions/checkout@v4

samples/django-celery/.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
contents: read
2828
id-token: write
2929

30+
concurrency:
31+
cancel-in-progress: false
32+
group: deploy-django-celery-${{ github.event.inputs.stack || 'default' }}
33+
3034
steps:
3135
- name: Checkout Repo
3236
uses: actions/checkout@v4

samples/django-postgres/.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
contents: read
2828
id-token: write
2929

30+
concurrency:
31+
cancel-in-progress: false
32+
group: deploy-django-postgres-${{ github.event.inputs.stack || 'default' }}
33+
3034
steps:
3135
- name: Checkout Repo
3236
uses: actions/checkout@v4

0 commit comments

Comments
 (0)