Skip to content

Commit

Permalink
Debug workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Jul 11, 2024
1 parent a20669d commit 2ce7d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# As long as we use local actions, checkout should be made in workflow before
# and not in the local actions. Otherwise, no action file found.
# Checkout with `fetch-depth: 0` is needed by `poetry-dynamic-versioning` to get
# the right package version.
# the right package version. debug

jobs:
# Prepare stage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pull request
on: pull_request

jobs:
# Comment
# Comment. debug
comment-gui-screenshots:
name: '🖍 Comment GUI screenshots'
if: github.event.pull_request.head.repo.full_name == 'Renumics/spotlight'
Expand Down

0 comments on commit 2ce7d04

Please sign in to comment.