Skip to content

Commit

Permalink
Support for manual trigger of release image job
Browse files Browse the repository at this point in the history
We have seen instances where the release job does not get
triggered after a PR gets merged and because of this, the
devel image still points to some old commit which produces
inconsistent results. This PR includes support to manually
trigger the release job in such scenarios.

Signed-off-by: Sridhar Gaddam <[email protected]>
  • Loading branch information
sridhargaddam committed Apr 3, 2023
1 parent 97c82c2 commit 0b6deae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Release Images

on:
workflow_dispatch:
push:
branches:
- devel
Expand Down

0 comments on commit 0b6deae

Please sign in to comment.