Removed need for label, no longer necessary

Eli Uriegas
2022-06-08 18:01:54 -07:00
parent 70ad64a57c
commit 69795e16d5

@ -34,13 +34,11 @@
## Workflow for users
1. Label your PR with the *with-ssh* label
1. <img width="387" alt="Screen Shot 2021-08-04 at 11 29 30 AM" src="https://user-images.githubusercontent.com/1700823/130687591-f0cc6528-b12c-45f8-895e-8c1701f419d9.png">
2. Push a new commit / re-run completed workflows, see below for re-running jobs through the Github UI
1. Push a new commit / re-run completed workflows, see below for re-running jobs through the Github UI
1. ![image (1)](https://user-images.githubusercontent.com/1700823/130687616-eb899bd4-d5e3-441c-9134-6637c1b0857c.png)
3. Traverse to logs for a `build` or `test` job that runs the `add-github-ssh-key` step added (currently all of our linux workflows have this enabled)
2. Traverse to logs for a `build` or `test` job that runs the `add-github-ssh-key` step added (currently all of our linux workflows have this enabled)
1. <img width="1254" alt="Screen Shot 2021-08-04 at 11 47 56 AM" src="https://user-images.githubusercontent.com/1700823/130687634-973fc0ac-558c-44eb-8568-eed10027062b.png">
4. Use the SSH command provided to log into the node (do this immediately, as the job will start cleaning up if it reaches the end without any active SSH session):
3. Use the SSH command provided to log into the node (do this immediately, as the job will start cleaning up if it reaches the end without any active SSH session):
1. <img width="948" alt="Screen Shot 2021-08-04 at 11 49 25 AM" src="https://user-images.githubusercontent.com/1700823/130687653-b74ce62e-0e7b-40b0-9957-5d157a6b0c62.png">