Skip to content

Commit

Permalink
Merge branch 'main' into bug/timeseries-lens-settings-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Slavetinsky committed Oct 20, 2023
2 parents 675be86 + 00c2485 commit 5560e9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,11 @@ jobs:
fi
- name: '📸 Upload GUI screenshots'
if: |
success()
|| steps.setup-chromedriver.outcome == 'success'
|| steps.setup-geckodriver.outcome == 'success'
(
success()
|| steps.setup-chromedriver.outcome == 'success'
|| steps.setup-geckodriver.outcome == 'success'
) && github.repository_owner == 'Renumics'
uses: LanceMcCarthy/Action-AzureBlobUpload@v2
with:
connection_string: ${{ secrets.AZURE_CONNECTION_STRING }}
Expand Down Expand Up @@ -424,7 +426,7 @@ jobs:
# Release stage
release:
name: '🚀 Release Spotlight'
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'Renumics'
needs:
- prepare-python
- prepare-node
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
# Comment
comment-gui-screenshots:
name: '🖍 Comment GUI screenshots'
if: github.repository_owner == 'Renumics'
permissions:
pull-requests: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5560e9a

Please sign in to comment.