Skip to content

Commit

Permalink
Add concurrency in e2e-test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsf committed Aug 13, 2024
1 parent 934b482 commit c401d30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
workflow_call:
workflow_dispatch: # Allow manual trigger

# Ensure we have only one e2e test running at a time
concurrency:
group: e2e-test

jobs:
test:
runs-on: self-hosted
Expand Down

0 comments on commit c401d30

Please sign in to comment.