Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/autograder.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def check_git_workflow():
"Azure ACR: image exists with a tagged version",
"Azure: Container App Job created with --trigger-type Schedule --cron-expression",
"Azure: job ran successfully (execution history shows Succeeded)",
"Azure: job output verifiable (rows in Postgres or blobs in storage)",
"Azure: job output verifiable (rows in Postgres AND blobs in Blob Storage)",
"Azure: job uses --registry-server, --replica-timeout 300, --env-vars",
"Cleanup: Container App Job deleted after evaluation",
]
Expand Down
Loading