Skip to content

Commit b51d47e

Browse files
glihmkariy
authored andcommitted
chore(ci): add snos-release.yml placeholder file
Recently gh cli is blocking the execution of workflows that are not on the default branch. To go around this limitation, having the workflow file with the same name (but not same content) on the default branch helps going over this limitation.
1 parent d654765 commit b51d47e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/snos-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Due to workflow limitation of github, this file is merely here
2+
# to support triggering the workflow on a dev branch, without having
3+
# to merge it into main.
4+
#
5+
# gh workflow run snos-release.yml --ref feat/update-gen-and-statefull-compr -f preview=v1.7.0-snos.1
6+
#
7+
# This can be deleted once the development branch is merged back to main.
8+
#

0 commit comments

Comments
 (0)