Skip to content

Commit

Permalink
Merge pull request #526 from blink1073/patch-1
Browse files Browse the repository at this point in the history
Improve CI Resource Usage
  • Loading branch information
takluyver committed Feb 18, 2022
2 parents 6982fae + 8360b64 commit 9112376
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
@@ -1,6 +1,17 @@
name: Test

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

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

jobs:
test:
Expand Down

0 comments on commit 9112376

Please sign in to comment.