Skip to content

Commit

Permalink
fix: comment indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei committed Mar 28, 2023
1 parent bd0e7cd commit aff7168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ jobs:
- cargo-test-and-report
- cargo-clippy-and-report
- docker-build
# Check if the event is not triggered by a fork
# Check if the event is not triggered by a fork
if: github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request'
steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit aff7168

Please sign in to comment.