We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdea460 commit d0a5ba1Copy full SHA for d0a5ba1
.github/workflows/coder.yaml
@@ -68,6 +68,12 @@ jobs:
68
# - '.github/**'
69
sh:
70
- "**.sh"
71
+ gen:
72
+ - coderd/database/dump.sql
73
+ - coderd/database/querier.go
74
+ - provisionersdk/proto/provisioner.pb.go
75
+ - provisionerd/proto/provisionerd.pb.go
76
+ - site/src/api/typesGenerated.ts
77
go:
78
- "**.go"
79
tf:
@@ -185,7 +191,7 @@ jobs:
185
191
timeout-minutes: 8
186
192
runs-on: ubuntu-latest
187
193
needs: changes
188
- if: needs.changes.outputs.docs-only == 'false'
194
+ if: needs.changes.outputs.gen == 'true'
189
195
steps:
190
196
- uses: actions/checkout@v3
197
0 commit comments