We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1df98 commit 31f636aCopy full SHA for 31f636a
.github/workflows/premerge.yaml
@@ -76,7 +76,7 @@ jobs:
76
if: >-
77
github.repository_owner == 'llvm' &&
78
(startswith(github.ref_name, 'release/') ||
79
- startswith(github.base_ref, 'refs/heads/release/')
+ startswith(github.base_ref, 'refs/heads/release/'))
80
steps:
81
- name: Checkout LLVM
82
uses: actions/checkout@v4
0 commit comments