There was an error while loading. Please reload this page.
1 parent 9c528e6 commit c2a1c3fCopy full SHA for c2a1c3f
2 files changed
.github/workflows/ci.yml
@@ -227,6 +227,7 @@ jobs:
227
outputs:
228
run_e2e: ${{ steps.check.outputs.should_run }}
229
steps:
230
+ - uses: actions/checkout@v4
231
- name: Check if e2e-desktop should run
232
id: check
233
uses: ./.github/actions/check-comment-trigger
.github/workflows/e2e-desktop-comment.yml
@@ -19,6 +19,7 @@ jobs:
19
20
should_run: ${{ steps.check.outputs.should_run }}
21
22
23
- name: Check comment trigger
24
25
0 commit comments