diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 7309633a44c46..c45ac4df1ede4 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -7,7 +7,7 @@ on: workflow_dispatch: jobs: - build-and-test-openadk: + build-and-test: if: ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }} runs-on: ubuntu-latest container: ${{ matrix.container }}${{ matrix.container-suffix }}