Skip to content

Commit

Permalink
disable CD because odat-se is not yet ready for ghpages and pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Oct 30, 2024
1 parent fd44a9c commit cf4329f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: upload docs to gh-pages
on:
push:
branches:
- master
- develop
- ghactions
- '*-autodoc'
# - main
# - develop
# - ghactions
# - '*-autodoc'
- '!gh-pages'
tags: ['*']
# tags: ['*']

jobs:
deploy:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: upload package to PyPI

on:
push:
tags: ['*']
# tags: ['*']
tags: ['disabled-because-odatse-is-not-ready-in-pypi']

jobs:
deploy:
Expand Down

0 comments on commit cf4329f

Please sign in to comment.