File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
uses : datajoint/.github/.github/workflows/mkdocs_release.yaml@main
17
17
permissions :
18
18
contents : write
19
- devcontainer-build :
20
- uses : datajoint/.github/.github/workflows/devcontainer-build.yaml@main
21
- devcontainer-publish :
22
- needs :
23
- - devcontainer-build
24
- uses : datajoint/.github/.github/workflows/devcontainer-publish.yaml@main
25
- secrets :
26
- DOCKERHUB_USERNAME : ${{secrets.DOCKERHUB_USERNAME}}
27
- DOCKERHUB_TOKEN : ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}
19
+ # devcontainer-build:
20
+ # uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
21
+ # devcontainer-publish:
22
+ # needs:
23
+ # - devcontainer-build
24
+ # uses: datajoint/.github/.github/workflows/devcontainer-publish.yaml@main
25
+ # secrets:
26
+ # DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
27
+ # DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
workflow_dispatch :
6
6
jobs :
7
- devcontainer-build :
8
- uses : datajoint/.github/.github/workflows/devcontainer-build.yaml@main
7
+ # devcontainer-build:
8
+ # uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
9
9
tests :
10
10
runs-on : ubuntu-latest
11
11
strategy :
You can’t perform that action at this time.
0 commit comments