Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into draco
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Nov 17, 2020
2 parents 0101c08 + 0f9407a commit 148749c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Alpine

on:
push:
on: [push, pull_request]

jobs:
build:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Conda

on:
push:
on: [push, pull_request]

jobs:
build:
Expand All @@ -19,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v2
with:
channels: conda-forge
auto-update-conda: true
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Docker

on:
push:
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

# adapted from https://raw.githubusercontent.com/stefanprodan/podinfo/master/.github/workflows/release.yml
#
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Docs

on:
push:
on: [push, pull_request]

jobs:
docs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Linux

on:
push:
on: [push, pull_request]

jobs:
build:
Expand All @@ -17,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v2
with:
channels: conda-forge
auto-update-conda: true
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: OSX

on:
push:
on: [push, pull_request]

jobs:
build:
Expand All @@ -17,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v2
with:
channels: conda-forge
auto-update-conda: true
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Windows

on:
push:
on: [push, pull_request]

jobs:
build:
Expand All @@ -18,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1
- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v2
with:
channels: conda-forge
auto-update-conda: true
Expand Down

0 comments on commit 148749c

Please sign in to comment.