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 836fcef commit 0f65bc3Copy full SHA for 0f65bc3
.github/workflows/bake.yml
@@ -38,12 +38,20 @@ jobs:
38
with:
39
base: ${{ (github.event_name == 'schedule') && 'main' || '' }}
40
filters: |
41
+ shared: &shared
42
+ - 'docker-bake.hcl'
43
+ - 'Makefile'
44
+ - 'kind-config.yaml'
45
+ - 'test/**'
46
pgvector:
47
- 'pgvector/**'
48
+ - *shared
49
postgis:
50
- 'postgis/**'
51
52
pgaudit:
53
- 'pgaudit/**'
54
55
56
# Compute a matrix containing the list of all extensions that have been modified
57
- name: Compute matrix
@@ -68,6 +76,7 @@ jobs:
68
76
contents: read
69
77
id-token: write
70
78
security-events: write
79
+ if: ${{ join(fromJSON(needs.change-triage.outputs.matrix).name) != '' }}
71
80
strategy:
72
81
fail-fast: false
73
82
matrix: ${{ fromJSON(needs.change-triage.outputs.matrix) }}
0 commit comments