Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/e2e-bmaas-full-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-caas-full-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-vmaas-full-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading