Skip to content

Commit

Permalink
Feat: attempt to ignore agents dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Aug 6, 2024
1 parent 327825d commit 6ed3c5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ jobs:
matrix:
go-version:
- 1.22.x
# only do on agents for now. Anything that relies on solidity in a package should do this
package: ${{ fromJSON(needs.changes.outputs.packages_deps) }}
exclude:
- package: agents
services:
mariadb:
image: mariadb:10.11.3
Expand Down

0 comments on commit 6ed3c5d

Please sign in to comment.