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 fae0a59 commit c9445a6Copy full SHA for c9445a6
.github/workflows/nightly-build.yml
@@ -108,7 +108,7 @@ jobs:
108
109
create-pr:
110
needs: [update-dependencies, build-and-test]
111
- if: needs.update-dependencies.outputs.has_changes == 'true'
+ if: always() && needs.update-dependencies.outputs.has_changes == 'true'
112
runs-on: ubuntu-latest
113
steps:
114
- name: Checkout repository
0 commit comments