Skip to content

Commit

Permalink
Handle pushes too
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty authored Dec 9, 2024
1 parent 15b431a commit 3595b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-ctv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
archived <- result[[4]]
if (length(archived)) {
if ("${{ github.event_name }}" == "schedule") {
if ("${{ github.event_name }}" != "pull_request") {
stop(
"Archived packages in packagelist:\n - ",
paste0(archived, collapse = "\n - ")
Expand Down

0 comments on commit 3595b0f

Please sign in to comment.