Skip to content

Commit

Permalink
set weekly test time (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokshana-b committed Feb 1, 2022
1 parent 5100320 commit 4ae1f3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
schedule:
- cron: '0 0 * * Tue-Sat'
- cron: '30 21 * * Mon'
- cron: '0 0 * * Mon-Sat'
- cron: '0 0 * * Sun'
workflow_dispatch:

name: Nightly
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
if: always()
- name: User Acceptance Tests for GitLab (${{matrix.os}})
if: |
github.event.schedule == '30 21 * * Mon'
github.event.schedule == '0 0 * * Sun'
&& matrix.os == 'macOS-latest'
run: |
export WEGO_BIN_PATH=$(pwd)/bin/gitops-${{matrix.os}}-nightly
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
if: always()
- name: User Acceptance Tests for GitLab (${{matrix.os}})
if: |
github.event.schedule == '30 21 * * Mon'
github.event.schedule == '0 0 * * Sun'
&& matrix.os == 'ubuntu-latest'
run: |
export WEGO_BIN_PATH=$(pwd)/bin/gitops-${{matrix.os}}-nightly
Expand Down

0 comments on commit 4ae1f3c

Please sign in to comment.