Skip to content

Commit

Permalink
Update instance repo (PR 158) (#45)
Browse files Browse the repository at this point in the history
* Update instance repo from cookiecutter template

* Update instance repo from cookiecutter template

* Update instance repo from cookiecutter template

* Update instance repo from cookiecutter template

* Update instance repo from cookiecutter template

* Update instance repo from cookiecutter template

* Update instance repo from cookiecutter template

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
scverse-bot and github-actions[bot] authored Apr 13, 2023
1 parent b60a78f commit bf95a11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [main]

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

jobs:
package:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [main]

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

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit bf95a11

Please sign in to comment.