diff --git a/.github/workflows/e2e-bmaas-full-install.yml b/.github/workflows/e2e-bmaas-full-install.yml index e9353c89a..627a3e2e3 100644 --- a/.github/workflows/e2e-bmaas-full-install.yml +++ b/.github/workflows/e2e-bmaas-full-install.yml @@ -246,6 +246,7 @@ jobs: # is fork-originated and gets no OIDC/WIF access at all by GitHub # Actions policy. merge_group is excluded the same way (its # github.ref is the readonly-queue ref). + notify-on-failure: ${{ github.event_name == 'schedule' }} enable-ai-diagnostic: ${{ github.ref == 'refs/heads/main' }} # Skip this required check on unreadiness so it stays pending (not red). diff --git a/.github/workflows/e2e-caas-full-install.yml b/.github/workflows/e2e-caas-full-install.yml index 2a8d44ada..b04a4c4c0 100644 --- a/.github/workflows/e2e-caas-full-install.yml +++ b/.github/workflows/e2e-caas-full-install.yml @@ -258,6 +258,7 @@ jobs: # is fork-originated and gets no OIDC/WIF access at all by GitHub # Actions policy. merge_group is excluded the same way (its # github.ref is the readonly-queue ref). + notify-on-failure: ${{ github.event_name == 'schedule' }} enable-ai-diagnostic: ${{ github.ref == 'refs/heads/main' }} # Skip this required check on unreadiness so it stays pending (not red). diff --git a/.github/workflows/e2e-vmaas-full-install.yml b/.github/workflows/e2e-vmaas-full-install.yml index 5b89c6fcd..ea795401c 100644 --- a/.github/workflows/e2e-vmaas-full-install.yml +++ b/.github/workflows/e2e-vmaas-full-install.yml @@ -254,6 +254,7 @@ jobs: # is fork-originated and gets no OIDC/WIF access at all by GitHub # Actions policy. merge_group is excluded the same way (its # github.ref is the readonly-queue ref). + notify-on-failure: ${{ github.event_name == 'schedule' }} enable-ai-diagnostic: ${{ github.ref == 'refs/heads/main' }} # Skip this required check on unreadiness so it stays pending (not red).