File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
11
- ' proofs/hol_light/arm/Makefile'
12
12
- ' proofs/hol_light/arm/**/*.S'
13
13
- ' proofs/hol_light/arm/**/*.ml'
14
+ - ' flake.nix'
15
+ - ' flake.lock'
14
16
- ' nix/hol_light/*'
15
17
- ' nix/s2n_bignum/*'
16
18
pull_request :
20
22
- ' proofs/hol_light/arm/Makefile'
21
23
- ' proofs/hol_light/arm/**/*.S'
22
24
- ' proofs/hol_light/arm/**/*.ml'
25
+ - ' flake.nix'
26
+ - ' flake.lock'
23
27
- ' nix/hol_light/*'
24
28
- ' nix/s2n_bignum/*'
25
29
90
94
done
91
95
92
96
# Always re-run upon change to nix files for HOL-Light
93
- if [[ "$changed_files" == *"nix/"* ]] || [[ "$changed_files" == *"hol_light.yml"* ]] || [[ "$changed_files" == *"proofs/hol_light/arm/Makefile"* ]]; then
97
+ if [[ "$changed_files" == *"nix/"* ]] || [[ "$changed_files" == *"hol_light.yml"* ]] || [[ "$changed_files" == *"flake"* ]] || [[ "$changed_files" == *" proofs/hol_light/arm/Makefile"* ]]; then
94
98
run_needed=1
95
99
fi
96
100
You can’t perform that action at this time.
0 commit comments