We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec23de0 commit d70b677Copy full SHA for d70b677
.github/workflows/integration.yml
@@ -11,7 +11,7 @@ env:
11
CARGO_TERM_COLOR: always
12
# Golden version of mngr to test against
13
# Update this SHA when mngr changes in a way that affects offload integration
14
- MNGR_SHA: "REPLACE_WITH_GOLDEN_SHA"
+ MNGR_SHA: "f96fc0ea2115778c38e6685cd1d621a43b9ad9e1"
15
16
jobs:
17
integration:
0 commit comments