Skip to content

Commit b64d77d

Browse files
committed
ci
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b3237d3 commit b64d77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_spdx_licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
git commit -s -m "feat: bump SPDX licenses $SB_VERSION"
112112
git push origin "$SB_BRANCH"
113113
- name: Pull request
114-
# if: ${{ steps.branch.outputs.existed == 'false' }}
114+
if: ${{ steps.branch.outputs.existed == 'false' }}
115115
run: >
116116
gh pr create
117117
--title "feat: bump SPDX Licenses $SB_VERSION"

0 commit comments

Comments
 (0)