Update Python deps #719
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull request | |
on: pull_request | |
jobs: | |
# Comment | |
comment-gui-screenshots: | |
name: '🖍 Comment GUI screenshots' | |
if: github.event.pull_request.head.repo.full_name == 'Renumics/spotlight' | |
permissions: | |
pull-requests: write | |
runs-on: ubuntu-latest | |
env: | |
AZURE_FOLDER_URL: https://spotlightpublic.blob.core.windows.net/github-public/${{ github.repository }}/${{ github.event.pull_request.head.sha }}/screenshots | |
steps: | |
- name: '🖍 Comment GUI screenshots' | |
uses: thollander/actions-comment-pull-request@v2 | |
with: | |
comment_tag: gui-screenshots | |
pr_number: ${{ github.event.pull_request.number }} | |
message: | | |
### GUI in Chrome | |
![⏳ CI is still running or has failed](${{ env.AZURE_FOLDER_URL }}/gui-chrome.png "GUI in Chrome") | |
<details> | |
<summary>Diff to the last main</summary> | |
![⏳ CI is still running or has failed](${{ env.AZURE_FOLDER_URL }}/gui-chrome-diff.png "GUI diff in Chrome") | |
</details> | |
### GUI in Firefox | |
![⏳ CI is still running or has failed](${{ env.AZURE_FOLDER_URL }}/gui-firefox.png "GUI in Firefox") | |
<details> | |
<summary>Diff to the last main</summary> | |
![⏳ CI is still running or has failed](${{ env.AZURE_FOLDER_URL }}/gui-firefox-diff.png "GUI diff in Firefox") | |
</details> | |
reactions: eyes |