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 ffa5f3a commit ac945f7Copy full SHA for ac945f7
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- setup_matrix
48
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
49
50
- runs-on: ubuntu-24.04
+ flags: "--nightly"
51
strategy:
52
fail-fast: false
53
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
.github/workflows/nightly.yml
@@ -46,7 +46,7 @@ jobs:
46
0 commit comments