Skip to content

Commit 80ef05b

Browse files
authored
Merge pull request #74 from nginxinc/chore/fix-nightly-schedule
2 parents 6e9ea95 + 07e5f03 commit 80ef05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-20.04
3131
if:
3232
github.event.pull_request.head.repo.full_name == 'nginxinc/nginx-plus-go-client' ||
33-
github.event_name == 'push'
33+
github.event_name == 'push' || github.event_name == 'schedule'
3434
steps:
3535
- name: Checkout Repository
3636
uses: actions/checkout@v2

0 commit comments

Comments
 (0)