Skip to content

Remove a lot of Cilk-specific code. More can probably be removed. ch… #9

Remove a lot of Cilk-specific code. More can probably be removed. ch…

Remove a lot of Cilk-specific code. More can probably be removed. ch… #9

Workflow file for this run

name: Clang Tests
permissions:
contents: read
on:
workflow_dispatch:
push:
ignore-forks: true
branches:
- 'release/**'
- 'dev/**'
- 'ci/**'
paths:
- 'clang/**'
- '.github/workflows/clang-tests.yml'
- '.github/workflows/llvm-project-tests.yml'
- '!llvm/**'
pull_request:
ignore-forks: true
branches:
- 'release/**'
- 'dev/**'
- 'ci/**'
paths:
- 'clang/**'
- '.github/workflows/clang-tests.yml'
- '.github/workflows/llvm-project-tests.yml'
- '!llvm/**'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
check_clang:
name: Test clang,lldb,libclc
uses: ./.github/workflows/llvm-project-tests.yml
with:
build_target: check-clang
projects: clang;lldb;libclc