-
-
Notifications
You must be signed in to change notification settings - Fork 1
"Midnight Audit" workflow fails even if the project doesn't build #31
Copy link
Copy link
Open
Labels
HacktoberfestA good-for-Hacktoberfest issue. This label is only maintained in October.A good-for-Hacktoberfest issue. This label is only maintained in October.domain: GitHub ActionsInvolves GitHub Actions.Involves GitHub Actions.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority: nextI'll probably get to it, eventually.I'll probably get to it, eventually.type: bugSomething isn't working as expectedSomething isn't working as expected
Description
Activity
Metadata
Metadata
Assignees
Labels
HacktoberfestA good-for-Hacktoberfest issue. This label is only maintained in October.A good-for-Hacktoberfest issue. This label is only maintained in October.domain: GitHub ActionsInvolves GitHub Actions.Involves GitHub Actions.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority: nextI'll probably get to it, eventually.I'll probably get to it, eventually.type: bugSomething isn't working as expectedSomething isn't working as expected
Describe the bug
The "Midnight Audit" workflow (in .github/workflows/audit_at_midnight.yml) fails even if the current repository state doesn't build anyway.
This generates email spam.
To Reproduce
Subscribe to a not-building repository that has this workflow.
Expected behavior
This should exit early without doing the actual check.
Screenshots
No applicable.
Additional context
Not applicable.