We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca66ca commit f5364dfCopy full SHA for f5364df
.github/workflows/weekly-native-build.yml
@@ -1,16 +1,13 @@
1
name: Weekly Native Build
2
on:
3
schedule:
4
- - cron: '0 0 * * 0'
+ - cron: '30 8 * * 0'
5
jobs:
6
native-check:
7
strategy:
8
fail-fast: true
9
matrix:
10
os: [ ubuntu-latest, macOS-latest, macos-14 ]
11
- runs-on: ${{ matrix.os }}
12
- steps:
13
- - name: Perform native build check with default platform
14
- uses: ./.github/workflows/native-build.yml
15
- with:
16
- platform: ${{ matrix.os }}
+ uses: ./.github/workflows/native-build.yml
+ with:
+ platform: ${{ matrix.os }}
0 commit comments