We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d9732a + 42748a3 commit 9bfa334Copy full SHA for 9bfa334
1 file changed
.github/workflows/feature-request-enhance.yml
@@ -110,7 +110,6 @@ jobs:
110
create-confluence:
111
runs-on: ubuntu-latest
112
needs: preprocess
113
- if: needs.preprocess.outcome == 'success'
114
permissions:
115
contents: read
116
issues: write
@@ -191,7 +190,6 @@ jobs:
191
190
update-github-issue:
192
193
194
195
196
197
@@ -244,8 +242,7 @@ jobs:
244
242
245
243
add-comment:
246
247
- needs: [preprocess, update-github-issue]
248
- if: needs.update-github-issue.outcome == 'success'
+ needs: update-github-issue
249
250
251
steps:
0 commit comments