Skip to content

Commit 91b33f7

Browse files
authored
update name and comment to reflect that it also runs on rc branches
1 parent 47289a4 commit 91b33f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-queries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
run: |
2525
MERGE_BASE=$(git merge-base --fork-point origin/$BASE_BRANCH)
2626
echo "merge-base=$MERGE_BASE" >> $GITHUB_ENV
27-
- name: Calculate merge-base - main
27+
- name: Calculate merge-base - branch
2828
if: ${{ github.event_name != 'pull_request' }}
29-
# using github.sha instead, since we're on main
29+
# using github.sha instead, since we're directly on a branch, and not in a PR
3030
run: |
3131
MERGE_BASE=${{ github.sha }})
3232
echo "merge-base=$MERGE_BASE" >> $GITHUB_ENV

0 commit comments

Comments
 (0)