Skip to content

Commit

Permalink
Remove no-op text from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Jul 11, 2024
1 parent e873cb8 commit 0b824ce
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. debug
# the right package version.

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. debug
# Comment.
comment-gui-screenshots:
name: '🖍 Comment GUI screenshots'
if: github.event.pull_request.head.repo.full_name == 'Renumics/spotlight'
Expand Down

0 comments on commit 0b824ce

Please sign in to comment.