Skip to content

Commit

Permalink
chore: deactivate preproduction (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Jul 5, 2023
1 parent c9b7862 commit 86c53ab
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/preproduction.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: 😎 PreProd
on:
workflow_dispatch:
push:
branches:
- "master"
- "main"
#name: 😎 PreProd
#on:
# workflow_dispatch:
# push:
# branches:
# - "master"
# - "main"

concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }}
#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
#jobs:
# socialgouv:
# name: "🇫🇷 SocialGouv"
# uses: socialgouv/workflows/.github/workflows/use-ks-gh-preproduction.yaml@v1
# secrets: inherit

0 comments on commit 86c53ab

Please sign in to comment.