File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 30
30
changes :
31
31
runs-on : ubuntu-latest
32
32
outputs :
33
+ any : ${{ steps.filter.outputs.all_count > 0 && 'true' || 'false' }}
33
34
docs-only : ${{ steps.filter.outputs.docs_count == steps.filter.outputs.all_count }}
34
35
docs : ${{ steps.filter.outputs.docs }}
35
36
go : ${{ steps.filter.outputs.go }}
@@ -234,7 +235,7 @@ jobs:
234
235
timeout-minutes : 8
235
236
runs-on : ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
236
237
needs : changes
237
- if : needs.changes.outputs.docs-only == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
238
+ if : needs.changes.outputs.any == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
238
239
steps :
239
240
- name : Harden Runner
240
241
uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
You can’t perform that action at this time.
0 commit comments