We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decef18 commit 2359e0dCopy full SHA for 2359e0d
.github/workflows/dotnet.yml
@@ -22,6 +22,10 @@
22
# - Shows timings per operation (build, test, cleanup)
23
# - Improved security
24
# - Easier to try .NET preview versions
25
+# - Weekly refreshed runner images
26
+# - Subsequent steps execute after timeout, enabling to capture logs on hang
27
+# Disadvantages:
28
+# - There's no way to suppress notification for cancelled jobs
29
30
# TODO: Review https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions
31
# TODO: Review https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions and https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
0 commit comments