commit | 18b9d6b20a852de9e57839986fbd12cf15531b31 | [log] [tgz] |
---|---|---|
author | Eli Uriegas <eliuriegas@fb.com> | Fri Apr 15 22:05:49 2022 +0000 |
committer | PyTorch MergeBot <pytorchmergebot@users.noreply.github.com> | Fri Apr 15 22:05:49 2022 +0000 |
tree | 578e0a8c0f767f3713a47a0d5f40d1235a0b298c | |
parent | dc2e630341ad05eac015c34bb1f4d8c051e79cf7 [diff] |
ci: Change with-ssh to be on by default Changes the behavior of with-ssh to no longer require a label in order to activate Signed-off-by: Eli Uriegas <eliuriegas@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/75922 Approved by: https://github.com/osalpekar, https://github.com/malfet
diff --git a/.github/actions/setup-ssh/action.yml b/.github/actions/setup-ssh/action.yml index 9daed4a..c2be35a 100644 --- a/.github/actions/setup-ssh/action.yml +++ b/.github/actions/setup-ssh/action.yml
@@ -14,3 +14,4 @@ uses: seemethere/add-github-ssh-key@v1 with: GITHUB_TOKEN: ${{ inputs.github-secret }} + activate-with-label: false