Skip to content

Commit

Permalink
[github] Disable libclang ABI check on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
neboat committed Apr 5, 2021
1 parent 14d37a7 commit d9a915d
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/libclang-abi-tests.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: libclang ABI Tests

on:
push:
branches:
- 'release/**'
paths:
- 'clang/**'
- '.github/workflows/libclang-abi-tests.yml'
pull_request:
paths:
- 'clang/**'
- '.github/workflows/libclang-abi-tests.yml'
# TODO: Enable this test based on OpenCilk Clang changes.

# on:
# push:
# branches:
# - 'release/**'
# paths:
# - 'clang/**'
# - '.github/workflows/libclang-abi-tests.yml'
# pull_request:
# paths:
# - 'clang/**'
# - '.github/workflows/libclang-abi-tests.yml'

jobs:
abi-dump-setup:
Expand Down

0 comments on commit d9a915d

Please sign in to comment.