Skip to content

Commit 156f454

Browse files
committed
[workflows] Run CI when any file is changed, including clang/**
Upstream commit b89617d02d1c8a2701c1d3290d2ff45cd858ccde had deleted .github/workflows/clang-tests.yml. This commit adapts the Classic Flang workflows to run when any file is changed, including clang/**.
1 parent 8d6dc07 commit 156f454

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/llvm-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@ on:
88
push:
99
branches:
1010
- 'release_*x'
11-
paths:
12-
- 'llvm/**'
13-
- '.github/workflows/llvm-tests.yml'
1411
pull_request:
1512
branches:
1613
- 'release_*x'
17-
paths:
18-
- 'llvm/**'
19-
- '.github/workflows/llvm-tests.yml'
2014

2115
concurrency:
2216
# Skip intermediate builds: always.

0 commit comments

Comments
 (0)