From afaf0c510d081a5fe8be116d8fa156535e6d6909 Mon Sep 17 00:00:00 2001 From: b1aserlu <141234680+b1aserlu@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:47:35 +0100 Subject: [PATCH] setup a way to test my worklfow action --- .github/workflows/build-documentation.yaml | 2 +- .github/workflows/deploy-documentation.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-documentation.yaml b/.github/workflows/build-documentation.yaml index 89bef9404c..1130925e62 100644 --- a/.github/workflows/build-documentation.yaml +++ b/.github/workflows/build-documentation.yaml @@ -10,7 +10,7 @@ # ### -name: Build Documentation +name: Build Documentation test on: pull_request: paths: diff --git a/.github/workflows/deploy-documentation.yaml b/.github/workflows/deploy-documentation.yaml index 12b09fa2c7..16a33bea83 100644 --- a/.github/workflows/deploy-documentation.yaml +++ b/.github/workflows/deploy-documentation.yaml @@ -9,10 +9,8 @@ name: Deploy Documentation Preview to Netlify on: workflow_run: - workflows: ['Build Documentation'] + workflows: ['Build Documentation test'] types: [completed] - branches: - - '1796-update-netlify-cli-to-v16' jobs: deploy: