This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
fix: try enable back postgis via default extensions #55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: π PreProd | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- "master" | |
- "main" | |
concurrency: | |
cancel-in-progress: true | |
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }} | |
jobs: | |
socialgouv: | |
name: "π«π· SocialGouv" | |
uses: socialgouv/workflows/.github/workflows/use-ks-gh-preproduction.yaml@v1 | |
secrets: inherit |