diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 969248aa1..628fb14ac 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,20 +4,20 @@ on: push: branches: - main - pull_request: - branches: - - main - paths: - - 'source/**' - - 'clik/**' - - 'modules/**' - - 'examples/**' - - 'cmake/**' - - 'hal/**' - - '.github/actions/do_build_ock/**' - - '.github/actions/setup_build/**' - - '.github/workflows/codeql.yml' - - 'CMakeLists.txt' + # pull_request: + # branches: + # - main + # paths: + # - 'source/**' + # - 'clik/**' + # - 'modules/**' + # - 'examples/**' + # - 'cmake/**' + # - 'hal/**' + # - '.github/actions/do_build_ock/**' + # - '.github/actions/setup_build/**' + # - '.github/workflows/codeql.yml' + # - 'CMakeLists.txt' schedule: - cron: '19 9 * * 3' diff --git a/.github/workflows/run_pr_tests.yml b/.github/workflows/run_pr_tests.yml index 714e0da4d..ab86ea35d 100644 --- a/.github/workflows/run_pr_tests.yml +++ b/.github/workflows/run_pr_tests.yml @@ -42,13 +42,14 @@ jobs: llvm_version: 18 llvm_build_type: RelAssert save: ${{ inputs.update_cache }} - cache_suffix: ${{ github.jobs[github.job].name }} + cache_suffix: build_run_host_x86_64 + # TODO GET JOB NAME FROM GITHUB ${{ github.jobs[github.job].name }} does not work - # # These need to match the configurations of build_pr_cache to use the cache effectively - # - name: build host x86_64 online release - # uses: ./.github/actions/do_build_ock - # with: - # build_type: Release + # These need to match the configurations of build_pr_cache to use the cache effectively + - name: build host x86_64 online release + uses: ./.github/actions/do_build_ock + with: + build_type: Release # - name: run just online lit # run: