From 7dc1b0cd858ecdfa2081dcaf3ab496200e6f9e23 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Tue, 30 Jan 2024 11:22:28 +0100 Subject: [PATCH] MISC: temporary update workflow trigger --- .github/workflows/full_documentation.yml | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/full_documentation.yml b/.github/workflows/full_documentation.yml index 52336ea951c..1b80cce0813 100644 --- a/.github/workflows/full_documentation.yml +++ b/.github/workflows/full_documentation.yml @@ -10,19 +10,19 @@ env: MEILISEARCH_HOST_URL: https://backend.search.pyansys.com MEILISEARCH_PUBLIC_API_KEY: ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }} # Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - tags: - - v* - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'warning' - tags: - description: 'Test scenario tags' +on: [pull_request, workflow_dispatch] + # # Triggers the workflow on push or pull request events but only for the main branch + # push: + # tags: + # - v* + # workflow_dispatch: + # inputs: + # logLevel: + # description: 'Log level' + # required: true + # default: 'warning' + # tags: + # description: 'Test scenario tags' concurrency: group: ${{ github.workflow }}-${{ github.ref }}