Skip to content

Commit 7d9d46f

Browse files
committed
another job
1 parent 0045d04 commit 7d9d46f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/ssh-runner.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@ jobs:
132132
env:
133133
SLACK_BOT_TOKEN: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
134134

135-
# - name: Tailscale # In order to be able to SSH when a test fails
136-
# uses: /transformers/.github/workflows/action.yaml
137-
# with:
138-
# authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
139-
# slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
140-
# slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
141-
# waitForSSH: true
135+
136+
my_job:
137+
- name: Tailscale # In order to be able to SSH when a test fails
138+
uses: ./.github/workflows/action.yaml
139+
with:
140+
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
141+
slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
142+
slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
143+
waitForSSH: true

0 commit comments

Comments
 (0)