Skip to content

Commit 0ded56a

Browse files
committed
fix(ci/github): remarks in comments
1 parent 1b0110e commit 0ded56a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
env:
6060
SMOKETEST_DOCKER_IMAGE: python:${{ steps.setup.outputs.python-version }}
6161
release:
62+
# TODO: disable ci glob when CI is stabilized
6263
if: ( github.ref_name == 'master' || startsWith(github.ref_name, 'ci/') )
6364
needs: ['smoketest','lint','test']
6465
runs-on: ubuntu-latest
@@ -70,6 +71,7 @@ jobs:
7071
run: |
7172
poetry config repositories.pypi https://upload.pypi.org/legacy/
7273
poetry config repositories.testpypi https://test.pypi.org/legacy/
74+
# NOTE: this effectively allows any branch, relying only on the guardrails above
7375
- run: semantic-release --branches ${{ github.ref_name }}
7476
env:
7577
GIT_AUTHOR_NAME: appland-release

0 commit comments

Comments
 (0)