Skip to content

Commit

Permalink
adding concurrency to ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 committed Apr 30, 2024
1 parent 17aabb1 commit af0f632
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: CI

on:
workflow_dispatch:
pull_request:
types: [opened, edited, reopened, closed, synchronize]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit af0f632

Please sign in to comment.