diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 182464a23c..68c6f4a105 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -37,6 +37,9 @@ jobs: runs-on: ubuntu-latest needs: [create-dev-hash, release-ionic] steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Comment on PR uses: thollander/actions-comment-pull-request@v2 with: