Skip to content

Commit

Permalink
update mod test file triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed Sep 13, 2021
1 parent a05413f commit 6cafd87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_mod.cue
Expand Up @@ -4,7 +4,7 @@ import "github.com/hofstadter-io/hof/.github/workflows/common"

common.#Workflow & {
name: "test_mod"
on: pull_request: { paths: ["lib/mod/**"] }
on: pull_request: { paths: ["lib/mod/**", "lib/yagu/repos/**", "lib/yagu/git.go", "lib/yagu/netrc.go", "lib/yagu/ssh.go"] }
jobs: test: {
environment: "hof mod testing"
steps: [ for step in common.#BuildSteps {step} ] + [{
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_mod.yml
Expand Up @@ -3,6 +3,10 @@ on:
pull_request:
paths:
- lib/mod/**
- lib/yagu/repos/**
- lib/yagu/git.go
- lib/yagu/netrc.go
- lib/yagu/ssh.go
jobs:
test:
strategy:
Expand Down

0 comments on commit 6cafd87

Please sign in to comment.