From 26649d74662f6b02e0cb6339105b0ea0b987b4c5 Mon Sep 17 00:00:00 2001 From: Moroine Date: Thu, 23 Nov 2023 22:52:33 +0100 Subject: [PATCH] chore: disable actions --- .github/workflows/deploy_preview.yml | 6 ++++-- .github/workflows/preview_cleanup.yml | 6 ++++-- .github/workflows/release.yml | 29 ++++++++++++++------------- .talismanrc | 3 +++ 4 files changed, 26 insertions(+), 18 deletions(-) diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 5607c54..b9f0dda 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -1,7 +1,9 @@ name: Deploy Preview on: - issue_comment: - types: [created] + # __TEMPLATE_UPDATE__: Uncomment issue_comment section and remove empty array + [] + # issue_comment: + # types: [created] jobs: debug: diff --git a/.github/workflows/preview_cleanup.yml b/.github/workflows/preview_cleanup.yml index a17107b..174282d 100644 --- a/.github/workflows/preview_cleanup.yml +++ b/.github/workflows/preview_cleanup.yml @@ -1,7 +1,9 @@ name: Clean Previews on: - schedule: - - cron: "0 0 * * *" + # __TEMPLATE_UPDATE__: Uncomment schedule section and remove empty array + [] + # schedule: + # - cron: "0 0 * * *" concurrency: group: ${{ github.workflow }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df5546a..aec3e75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,17 +64,18 @@ jobs: id: get-version run: echo "VERSION=$(git describe --tags --abbrev=0 | cut -c2-)" >> "$GITHUB_OUTPUT" - deploy: - concurrency: - group: "deploy-${{ github.workflow }}-${{ github.ref }}" - needs: ["release"] - name: Deploy ${{ needs.release.outputs.VERSION }} on recette - uses: "./.github/workflows/_deploy.yml" - with: - environment: recette - app_version: ${{ needs.release.outputs.VERSION }} - secrets: - DEPLOY_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }} - DEPLOY_PASS: ${{ secrets.DEPLOY_PASS }} - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - VAULT_PWD: ${{ secrets.VAULT_PWD }} + # __TEMPLATE_UPDATE__: Uncomment following job + # deploy: + # concurrency: + # group: "deploy-${{ github.workflow }}-${{ github.ref }}" + # needs: ["release"] + # name: Deploy ${{ needs.release.outputs.VERSION }} on recette + # uses: "./.github/workflows/_deploy.yml" + # with: + # environment: recette + # app_version: ${{ needs.release.outputs.VERSION }} + # secrets: + # DEPLOY_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }} + # DEPLOY_PASS: ${{ secrets.DEPLOY_PASS }} + # SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + # VAULT_PWD: ${{ secrets.VAULT_PWD }} diff --git a/.talismanrc b/.talismanrc index f67cbb0..4e4fe58 100644 --- a/.talismanrc +++ b/.talismanrc @@ -1,3 +1,6 @@ +fileignoreconfig: +- filename: .github/workflows/release.yml + checksum: 3d0ae5f153aa5f1b1dc1bfc708939728012d6cb558cc8bd715e397013bc9f56b scopeconfig: - scope: node custom_patterns: