Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdubeheetch committed Jul 12, 2023
1 parent 262e3d7 commit 29f38d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/avro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches:
- master
- main
# paths:
# - '**.go'
# - 'go.*'
# - Makefile
paths:
- '**.go'
- 'go.*'
- Makefile
pull_request:
# paths:
# - '**.go'
# - 'go.*'
# - Makefile
paths:
- '**.go'
- 'go.*'
- Makefile

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type pcInfo struct {
path []pathElem

// traces holds the set of call stacks we've found that lead
// to this instruction.
// to this instruction..
traces [][]int
}

Expand Down

0 comments on commit 29f38d5

Please sign in to comment.