diff --git a/.github/scheduler b/.github/scheduler new file mode 100644 index 0000000000..03c6e1c659 --- /dev/null +++ b/.github/scheduler @@ -0,0 +1 @@ +Wed Feb 28 22:00:12 UTC 2024 diff --git a/.github/workflows/ci-develop.yml b/.github/workflows/ci-develop.yml index e9f200efe0..f05155ecd9 100644 --- a/.github/workflows/ci-develop.yml +++ b/.github/workflows/ci-develop.yml @@ -7,7 +7,8 @@ on: pull_request: branches: [ 'develop' ] types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ] - + workflow_dispatch: + #Concurency group for control execution queue over github runners. concurrency: group: ${{ github.workflow }}-${{ github.head_ref }}