Skip to content

Commit 6576c40

Browse files
DEBUG: end success condition
1 parent aacb434 commit 6576c40

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,15 @@ jobs:
233233
- run: npm run package --scripts-prepend-node-path
234234
working-directory: ./editors/code
235235

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+
236245
end-success:
237246
name: bors build finished
238247
if: success()
@@ -245,6 +254,7 @@ jobs:
245254
- typescript-build
246255
- typescript-test
247256
- typescript-package
257+
- barfoo
248258

249259
steps:
250260
- name: Mark the job as successful
@@ -262,6 +272,7 @@ jobs:
262272
- typescript-build
263273
- typescript-test
264274
- typescript-package
275+
- barfoo
265276
steps:
266277
- name: Mark the job as a failure
267278
run: exit 1

0 commit comments

Comments
 (0)