diff --git a/.github/workflows/basic_cli_build_release.yml b/.github/workflows/basic_cli_build_release.yml index 60193e48cf..b3fc836f50 100644 --- a/.github/workflows/basic_cli_build_release.yml +++ b/.github/workflows/basic_cli_build_release.yml @@ -1,5 +1,5 @@ on: - # pull_request: + pull_request: workflow_dispatch: # this cancels workflows currently in progress if you start a new one @@ -11,7 +11,7 @@ env: # use .tar.gz for quick testing ARCHIVE_FORMAT: .tar.br # Make a new basic-cli git tag and set it here before starting this workflow - RELEASE_TAG: 0.17.0 + RELEASE_TAG: 0.18.0 jobs: prepare: diff --git a/.github/workflows/ci_manager.yml b/.github/workflows/ci_manager.yml index eefe41b9e6..724a5498db 100644 --- a/.github/workflows/ci_manager.yml +++ b/.github/workflows/ci_manager.yml @@ -1,5 +1,5 @@ on: - pull_request: +# pull_request: name: CI manager