Skip to content

Commit

Permalink
GHA workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaba committed Nov 18, 2023
1 parent 5b98797 commit 3aca4e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"on" : {
"schedule" : [
{
"cron" : "40 0 * * *"
"cron" : "39 0 * * *"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"run" : "mkdir -p $CIRCLE_ARTIFACTS"
},
{
"run" : "docker run -it quay.io/wakaba/droneci-step-base true"
"run" : "docker run -i quay.io/wakaba/droneci-step-base true"
},
{
"env" : {
Expand Down Expand Up @@ -137,7 +137,7 @@
},
"schedule" : [
{
"cron" : "57 21 * * *"
"cron" : "56 21 * * *"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion config/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": [
],
"tests": [
"docker run -it quay.io/wakaba/droneci-step-base true",
"docker run -i quay.io/wakaba/droneci-step-base true",

{"docker_push":"quay.io/wakaba/droneci-step-base"},
"true"
Expand Down

0 comments on commit 3aca4e5

Please sign in to comment.