Skip to content

Commit c9445a6

Browse files
committed
always create pr
1 parent fae0a59 commit c9445a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
create-pr:
110110
needs: [update-dependencies, build-and-test]
111-
if: needs.update-dependencies.outputs.has_changes == 'true'
111+
if: always() && needs.update-dependencies.outputs.has_changes == 'true'
112112
runs-on: ubuntu-latest
113113
steps:
114114
- name: Checkout repository

0 commit comments

Comments
 (0)