Skip to content

Commit

Permalink
fixup! ci: check if a PR can be backported
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Feb 20, 2025
1 parent 477d963 commit 3b226c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
target_branches: |
${{ MAINT_LIBS_BRANCH }}
${{ env.MAINT_LIBS_BRANCH }}
- name: Debug log
if: ${{ failure() }}
run: cat ~/.backport/backport.debug.log
Expand Down

0 comments on commit 3b226c4

Please sign in to comment.