Skip to content

Commit

Permalink
Github workflow for trigerring the csm release
Browse files Browse the repository at this point in the history
Signed-off-by: meghana_gm <meghana.gm@dell.com>
  • Loading branch information
meggm committed Dec 11, 2024
1 parent 250e2c1 commit 2179d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
### csm-release-driver-module
This workflow automates the release of CSM drivers and modules repositories. The workflow accepts two parameters as version and image, and can be used from any repo by creating a workflow that resembles the following.
The manual workflow is recommended to be used for out of band releases such as patch releases or when the increment is a major version change.
For manual trigger from driver and module repositories, here is the example for the csi-powerscale repo:
Expand Down Expand Up @@ -176,7 +177,7 @@ name: Auto Release CSIPowerScale
on:
workflow_dispatch:
repository_dispatch:
types: [auto-driver-module-release-workflow]
types: [auto-release-workflow]

jobs:
calculate-version:
Expand Down

0 comments on commit 2179d89

Please sign in to comment.