We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebb862 commit ea65793Copy full SHA for ea65793
.github/workflows/kani.yml
@@ -2,14 +2,6 @@ name: Kani
2
3
on:
4
workflow_dispatch:
5
- merge_group:
6
- pull_request:
7
- branches: [ main ]
8
- push:
9
- paths:
10
- - 'library/**'
11
- - '.github/workflows/kani.yml'
12
- - 'scripts/run-kani.sh'
13
14
defaults:
15
run:
scripts/check_rustc.sh
@@ -51,6 +51,7 @@ echo "$COMMIT_ID for rustc is"
51
# Get the full commit ID for shallow clone
52
curl -H "Connection: close" -o "${TMP_RUST_DIR}/output.json" -s --show-error \
53
"https://api.github.com/repos/rust-lang/rust/commits?sha=${COMMIT_ID}&per_page=1"
54
+cat "${TMP_RUST_DIR}/output.json"
55
COMMIT_ID=$(jq -r '.[0].sha' "${TMP_RUST_DIR}/output.json")
56
57
# Clone the rust-lang/rust repository
0 commit comments