Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GH-62] Show scheduled test runs in Teams #63

Merged
merged 20 commits into from
Jan 17, 2025
Merged
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
3 changes: 3 additions & 0 deletions .github/scripts/configure-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ function get-input-reason() {
REASON="$INPUT_REASON"
elif [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
REASON="Triggered from PR"
elif [ "$GITHUB_EVENT_NAME" = "schedule" ]; then
REASON="Scheduled run"
else
REASON="No reason provided"
fi
Expand All @@ -135,3 +137,4 @@ function configure-workflow() {
set-output run-tests-args "$(get-run-tests-args $artifact_object_path)"
set-output input-reason "$(get-input-reason)"
}

248 changes: 0 additions & 248 deletions .github/workflows/old-automated-idp-web-tests.yml

This file was deleted.

Loading
Loading