Skip to content

Commit

Permalink
Update docker_troute_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 authored Sep 13, 2023
1 parent 09063b3 commit 8fa205f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker_troute_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

jobs:
on-success:
runs-on: self-hosted
runs-on:
labels: Nightly_Runner
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: deploy
Expand All @@ -25,7 +26,8 @@ jobs:
image-name: "t-route"
dockerfile-name: "Dockerfile.t-route"
on-failure:
runs-on: self-hosted
runs-on:
labels: Nightly_Runner
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'The triggering workflow failed'
- run: echo 'The triggering workflow failed'

0 comments on commit 8fa205f

Please sign in to comment.