Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
feat(ci): cancel in progress for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Nov 6, 2023
1 parent 9cc6726 commit 8b51f1c
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

name: e2e

concurrency:
group: ci-${{ github.ref }}-tests
cancel-in-progress: true

on:
pull_request:
push:
Expand Down
Loading

0 comments on commit 8b51f1c

Please sign in to comment.