Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Feb 11, 2022
1 parent f38d139 commit aa525e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: tests

on: [push, pull_request, workflow_dispatch]

concurrency:
group: tests-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
test:
strategy:
Expand Down

0 comments on commit aa525e4

Please sign in to comment.