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 6f54218 commit c3751f1Copy full SHA for c3751f1
.github/workflows/nightly-unstable-package.yml
@@ -7,4 +7,6 @@ on:
7
8
jobs:
9
build-and-test-unstable:
10
- uses: ./.github/workflows/pre-merge.yml
+ uses: ./.github/workflows/pre-merge.yml@unstable
11
+ with:
12
+ ref: 'unstable'
0 commit comments