Skip to content

Commit

Permalink
Move tmate toggle to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Dec 9, 2019
1 parent ee96399 commit c8cbf98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
IMAGE_NAME: felddy/weewx
PIP_CACHE_DIR: ~/.cache/pip
PRE_COMMIT_CACHE_DIR: ~/.cache/pre-commit
RUN_TMATE: ${{ secrets.RUN_TMATE }}


jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
PLATFORMS: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,\
linux/arm64,linux/ppc64le,linux/s390x"
RUN_TMATE: ${{ secrets.RUN_TMATE }}

jobs:
release:
Expand Down

0 comments on commit c8cbf98

Please sign in to comment.