We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d7cb1 commit 215146dCopy full SHA for 215146d
.github/workflows/u24_element_release_call.yaml
@@ -17,7 +17,6 @@ jobs:
17
secrets:
18
TWINE_USERNAME: ${{secrets.TWINE_TEST_USERNAME}}
19
TWINE_PASSWORD: ${{secrets.TWINE_TEST_PASSWORD}}
20
- GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}
21
call_u24_elements_release_alpine:
22
if: >-
23
github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'datajoint' && !contains(github.event.workflow_run.head_branch, 'test')
@@ -27,4 +26,3 @@ jobs:
27
26
28
TWINE_USERNAME: ${{secrets.TWINE_USERNAME}}
29
TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
30
0 commit comments