Skip to content

Commit 31f636a

Browse files
committed
typo
1 parent 6e1df98 commit 31f636a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: >-
7777
github.repository_owner == 'llvm' &&
7878
(startswith(github.ref_name, 'release/') ||
79-
startswith(github.base_ref, 'refs/heads/release/')
79+
startswith(github.base_ref, 'refs/heads/release/'))
8080
steps:
8181
- name: Checkout LLVM
8282
uses: actions/checkout@v4

0 commit comments

Comments
 (0)