Skip to content

Commit

Permalink
changed deploy to manual action
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenii.zhurin committed May 23, 2024
1 parent 6f9642e commit a9728d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Publish package to Maven Central and PIP
on:
release:
types: [created]
workflow_dispatch:

jobs:
publishJvmOnMavenCentral:
runs-on: ubuntu-latest
if: github.event_name == 'release' && contains(github.ref, 'ruleofthumb')
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -44,7 +43,6 @@ jobs:
publishPython:
needs: publishJvmOnMavenCentral
runs-on: ubuntu-latest
if: github.event_name == 'release' && contains(github.ref, 'ruleofthumb')
permissions:
contents: read
packages: write
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/publish_experiment_sdk.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Publish SDK package to Maven Central
on:
release:
types: [created]
workflow_dispatch:

jobs:
publishClientJvmOnMavenCentral:
runs-on: ubuntu-latest
if: github.event_name == 'release' && contains(github.ref, 'sdk')
permissions:
contents: read
packages: write
Expand Down

0 comments on commit a9728d9

Please sign in to comment.