Skip to content

Commit

Permalink
Merge pull request #79 from micahmo/feature/workflows
Browse files Browse the repository at this point in the history
Add concurrency to main workflow
  • Loading branch information
micahmo authored Feb 3, 2023
2 parents 8fc5168 + 32f3cbd commit a7567c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/restore_build_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Run Unit Tests

concurrency: ${{ github.workflow }}
on: [push, pull_request]

jobs:
Expand Down

0 comments on commit a7567c1

Please sign in to comment.