Skip to content

Commit

Permalink
build: Prevented multiple runs
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Nov 7, 2023
1 parent af3092b commit 71852e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/appium.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Appium Tests

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

on:
push:
pull_request:
Expand Down

0 comments on commit 71852e0

Please sign in to comment.