Skip to content

Commit

Permalink
Add workflow to explore concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Caisip committed Jan 2, 2024
1 parent c119f33 commit f103887
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/concurrency.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Exploring Concurrency

on: workflow_dispatch

jobs:
deploy_to_production:
concurrency:
group: production-deploy
steps:
- name: Deploy
run: |
sleep 30
echo Deployed to Production

0 comments on commit f103887

Please sign in to comment.