Skip to content

Commit

Permalink
[CI only]: Nightly test server main, latest release (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
levb authored Apr 30, 2024
1 parent 58a7e24 commit fc59f48
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/on-nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "Nightly"
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '37 4 * * *'

permissions:
contents: write # required by build-test to comment on coverage but not used here.

defaults:
run:
shell: bash --noprofile --norc -x -eo pipefail {0}

jobs:
quick:
name: "DefaultR"
strategy:
fail-fast: false
matrix:
server_version: [main, latest]
uses: ./.github/workflows/build-test.yml
with:
server_version: ${{ matrix.server_version }}

0 comments on commit fc59f48

Please sign in to comment.