Skip to content

Commit

Permalink
Run sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jun 21, 2024
1 parent 2d8df66 commit aad4da1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cherry-pick-wp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
branches:
- try/cherry-pick-automation-trunk # To be replaced with "trunk".

# Ensure that new jobs wait for the previous job to finish.
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
cherry-pick:
runs-on: ubuntu-latest
Expand Down

0 comments on commit aad4da1

Please sign in to comment.