Skip to content

Commit

Permalink
Update docker_ngen_image.yml
Browse files Browse the repository at this point in the history
Add commit-id
  • Loading branch information
benlee0423 authored Oct 26, 2023
1 parent 9682b30 commit 586cc3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_ngen_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
github-sha: ${{ github.sha }}
image-name: "ngen"
dockerfile-name: "Dockerfile.ngen"
commit-id: "2a8fcf2"
on-failure:
runs-on: self-hosted
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'The triggering workflow failed'
- run: echo 'The triggering workflow failed'

0 comments on commit 586cc3a

Please sign in to comment.