Skip to content

Commit

Permalink
feat: OBS-392 - server release CI on pull request [temp] - base ref f…
Browse files Browse the repository at this point in the history
…rom event

Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Feb 13, 2024
1 parent 25a5bdc commit 541efcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Get changed dirs
id: get-changed-dirs
run: |
echo "changed-dirs=$(git diff --name-only --diff-filter=ACMRTUXB $(git merge-base $GITHUB_BASE_REF ${{ steps.short-sha.outputs.short_sha }}) ${{ steps.short-sha.outputs.short_sha }} | xargs dirname | sort -u)" >> $GITHUB_OUTPUT
echo "changed-dirs=$(git diff --name-only --diff-filter=ACMRTUXB $(git merge-base ${{ github.event.pull_request.base.ref }} ${{ steps.short-sha.outputs.short_sha }}) ${{ steps.short-sha.outputs.short_sha }} | xargs dirname | sort -u)" >> $GITHUB_OUTPUT

0 comments on commit 541efcf

Please sign in to comment.