Skip to content

Commit c2a1c3f

Browse files
author
Mohammod Al Amin Ashik
committed
test
1 parent 9c528e6 commit c2a1c3f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ jobs:
227227
outputs:
228228
run_e2e: ${{ steps.check.outputs.should_run }}
229229
steps:
230+
- uses: actions/checkout@v4
230231
- name: Check if e2e-desktop should run
231232
id: check
232233
uses: ./.github/actions/check-comment-trigger

.github/workflows/e2e-desktop-comment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
outputs:
2020
should_run: ${{ steps.check.outputs.should_run }}
2121
steps:
22+
- uses: actions/checkout@v4
2223
- name: Check comment trigger
2324
id: check
2425
uses: ./.github/actions/check-comment-trigger

0 commit comments

Comments
 (0)