Skip to content

Commit

Permalink
Update deployment_customers_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenrhodes authored Jan 5, 2024
1 parent 65f1374 commit 7abdf42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deployment_customers_dev.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Deployment Customers (DEV)
on:
workflow_call:

concurrency:
group: deploy-fe-customers-dev
cancel-in-progress: true

jobs:
customers:
runs-on: [Linux]
runs-on: ubuntu-latest
steps:
- run: echo "bonjour madame"

Expand Down

0 comments on commit 7abdf42

Please sign in to comment.