File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,15 @@ jobs:
233
233
- run : npm run package --scripts-prepend-node-path
234
234
working-directory : ./editors/code
235
235
236
+ barfoo :
237
+ needs : changes
238
+ if : github.repository == 'rust-lang/rust-analyzer'
239
+ runs-on : ubuntu-latest
240
+ steps :
241
+ - name : Checkout repository
242
+ uses : actions/checkout@v3
243
+ if : needs.changes.outputs.barfoo == 'true'
244
+
236
245
end-success :
237
246
name : bors build finished
238
247
if : success()
@@ -245,6 +254,7 @@ jobs:
245
254
- typescript-build
246
255
- typescript-test
247
256
- typescript-package
257
+ - barfoo
248
258
249
259
steps :
250
260
- name : Mark the job as successful
@@ -262,6 +272,7 @@ jobs:
262
272
- typescript-build
263
273
- typescript-test
264
274
- typescript-package
275
+ - barfoo
265
276
steps :
266
277
- name : Mark the job as a failure
267
278
run : exit 1
You can’t perform that action at this time.
0 commit comments