Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
Signed-off-by: X-Guardian <[email protected]>
  • Loading branch information
X-Guardian committed Feb 1, 2025
1 parent 4d68422 commit 82607eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
pull-requests: read # for dorny/paths-filter to read pull requests
outputs:
should-run-tests: ${{ steps.changes.outputs.go == 'true' }}
if: github.event.pull_request.draft == false
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
Expand Down
2 changes: 1 addition & 1 deletion server/events/pull_closed_executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func TestCleanUpPullComments(t *testing.T) {
t.Cleanup(func() {
db.Close()
})
Ok(t, err)
Ok(t, err)
pce := events.PullClosedExecutor{
Locker: l,
VCSClient: cp,
Expand Down

0 comments on commit 82607eb

Please sign in to comment.