Skip to content

Commit

Permalink
Create 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 37cf7e4 commit f0c6acd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deployment_customers_dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deployment Customers (DEV)
on:
workflow_call:

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

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


0 comments on commit f0c6acd

Please sign in to comment.