Skip to content

Commit

Permalink
MISC: temporary update workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jan 30, 2024
1 parent 9ea63df commit 7dc1b0c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/full_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7dc1b0c

Please sign in to comment.