Skip to content

Commit

Permalink
chore: Update daily checking workflow, add develop and main branch check
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 9, 2024
1 parent c614a25 commit 7045c6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ on:
- cron: '15 0 * * *' # run at 00:15 AM UTC

jobs:
setup-moonbit:
setup-latest:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}
name: Setup MoonBit@${{ matrix.os }}
name: Setup Latest@${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Moonbit
uses: hustcer/setup-moonbit@v1
uses: hustcer/setup-moonbit@main
with:
version: nightly
env:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Moonbit
uses: hustcer/setup-moonbit@v1
uses: hustcer/setup-moonbit@develop
with:
version: bleeding
env:
Expand Down

0 comments on commit 7045c6f

Please sign in to comment.