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 47289a4 commit 91b33f7Copy full SHA for 91b33f7
.github/workflows/compile-queries.yml
@@ -24,9 +24,9 @@ jobs:
24
run: |
25
MERGE_BASE=$(git merge-base --fork-point origin/$BASE_BRANCH)
26
echo "merge-base=$MERGE_BASE" >> $GITHUB_ENV
27
- - name: Calculate merge-base - main
+ - name: Calculate merge-base - branch
28
if: ${{ github.event_name != 'pull_request' }}
29
- # using github.sha instead, since we're on main
+ # using github.sha instead, since we're directly on a branch, and not in a PR
30
31
MERGE_BASE=${{ github.sha }})
32
0 commit comments