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 5ff7a26 commit af8c5c7Copy full SHA for af8c5c7
.github/workflows/pr.yml
@@ -45,6 +45,7 @@ jobs:
45
46
name: Run test on ${{ matrix.name }}
47
runs-on: ubuntu-latest
48
+ needs: [build]
49
50
services:
51
devnet:
.github/workflows/release.yml
@@ -42,6 +42,7 @@ jobs:
42
43
44
0 commit comments