Skip to content

Commit

Permalink
Limit release workflow to run one at a time. (#9507)
Browse files Browse the repository at this point in the history
Limit the release workflow to only one with a queue of capacity one. This should help reduce the chance of release clashing.
  • Loading branch information
davinchia authored Jan 14, 2022
1 parent bca9499 commit 01d6486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-airbyte-os.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Release Open Source Airbyte
concurrency: release-airbyte

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 01d6486

Please sign in to comment.