Skip to content

Conversation

@mblaze-da
Copy link
Contributor

This change makes it possible to use this action from the internal repo.

…e submodule

[static]

Signed-off-by: Mateusz Błażejewski <[email protected]>
…nternal

[static]

Signed-off-by: Mateusz Błażejewski <[email protected]>
[static]

Signed-off-by: Mateusz Błażejewski <[email protected]>
[static]

Signed-off-by: Mateusz Błażejewski <[email protected]>
run: ./.github/actions/scripts/notification-scripts/failure_notification.py --job_subname "${{ inputs.job_subname }}"
# on self-hosted runners all python packages are preinstalled but on github-hosted they will be missing
run: |
if [[ "${RUNNER_ENVIRONMENT}" != "self-hosted" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm.. we used to have an install-deps script I believe, that was called from failure_notification.sh, for this exact purpose, but we seemed to have killed it at some point. Guess this is fine too.

Copy link
Contributor

@isegall-da isegall-da left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@mblaze-da mblaze-da merged commit 87be116 into main Dec 19, 2025
44 checks passed
@mblaze-da mblaze-da deleted the mblaze-da/failure_notifications-submodule-fix branch December 19, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants