File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 with :
5252 environment : ${{ github.event.inputs.environment }}
5353 postgresql_version : ${{ matrix.version }}
54+
55+ Catalogs :
56+ name : Update Catalogs
57+ needs : Bake
58+ runs-on : ubuntu-24.04
59+ permissions :
60+ contents : write
61+ steps :
62+ - name : Repository Dispatch
63+ uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
64+ with :
65+ event-type : update-catalogs
Original file line number Diff line number Diff line change 1- name : catalogs-generator
1+ name : Update Catalogs
22
33on :
4- push :
5- schedule :
6- - cron : " 30 0 * * *"
74 workflow_dispatch :
5+ repository_dispatch :
6+ types : [update-catalogs]
87
98permissions : read-all
109
@@ -13,7 +12,7 @@ defaults:
1312 shell : " bash -Eeuo pipefail -x {0}"
1413
1514jobs :
16- generate -catalogs :
15+ update -catalogs :
1716 runs-on : ubuntu-24.04
1817 steps :
1918 - name : Checkout code
You can’t perform that action at this time.
0 commit comments