mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
github actions: deactivate if to release
This commit is contained in:
parent
8d27188c4b
commit
8c7877b8d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: develop-matrix
|
||||
if: github.event_name == 'release' && github.event.action == 'created'
|
||||
# if: github.event_name == 'release' && github.event.action == 'created'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue