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 248e0c7 commit 9913ee0Copy full SHA for 9913ee0
.github/workflows/downstream-project-spl.yml
@@ -37,7 +37,7 @@ env:
37
38
jobs:
39
check:
40
- if: github.repository == 'anza-xyz/agave'
+ if: false
41
runs-on: ubuntu-latest
42
steps:
43
- uses: actions/checkout@v4
@@ -61,6 +61,7 @@ jobs:
61
cargo check
62
63
test:
64
65
66
strategy:
67
matrix:
@@ -123,6 +124,7 @@ jobs:
123
124
done
125
126
cargo-test-sbf:
127
128
129
130
0 commit comments