Skip to content

Commit 30d9bfb

Browse files
committed
Update action
1 parent a8effdd commit 30d9bfb

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/full_tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ on:
44
pull_request:
55
branches: [main]
66
types: [synchronize, opened, reopened]
7-
workflow_dispatch:
8-
schedule:
9-
- cron: "0 12 * * *" # Daily at noon UTC
107

118

129
jobs:
1310
build-and-test:
1411

15-
runs-on: [ubuntu-latest, 'windows-latest', 'macos-latest']
12+
runs-on: ${{ matrix.os }}
13+
strategy:
14+
fail-fast: false
15+
matrix:
16+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
1617

1718
steps:
1819
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)