File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 build :
3232 if : github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
3333 uses : ./.github/workflows/build.yml
34- integration :
34+ e2e :
3535 if : github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
36- uses : ./.github/workflows/integration .yml
36+ uses : ./.github/workflows/e2e .yml
3737 # Virtual job that can be configured as a required check before a PR can be merged.
3838 all-required-checks-done :
3939 name : All required checks done
4343 - test
4444 - codeql
4545 - build
46- - integration
46+ - e2e
4747 runs-on : ubuntu-latest
4848 steps :
4949 - run : echo "All required checks done"
Original file line number Diff line number Diff line change 1- name : Integration
1+ name : End2End tests
22
33on :
44 workflow_call :
You can’t perform that action at this time.
0 commit comments