Skip to content

refactor: function hoisting to move helper functions to the bottom fo… #8210

refactor: function hoisting to move helper functions to the bottom fo…

refactor: function hoisting to move helper functions to the bottom fo… #8210

name: Commit Workflow
on:
push:
branches-ignore: [main, develop]
jobs:
build-and-test:
uses: ./.github/workflows/buildAndTest.yml
e2e-tests:
needs: build-and-test
uses: ./.github/workflows/triggerE2EForCommit.yml
secrets: inherit
with:
vscodeVersion: 'latest'
runId: ${{ github.run_id }}