File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1111 - ' proofs/hol_light/arm/Makefile'
1212 - ' proofs/hol_light/arm/**/*.S'
1313 - ' proofs/hol_light/arm/**/*.ml'
14+ - ' flake.nix'
15+ - ' flake.lock'
1416 - ' nix/hol_light/*'
1517 - ' nix/s2n_bignum/*'
1618 pull_request :
2022 - ' proofs/hol_light/arm/Makefile'
2123 - ' proofs/hol_light/arm/**/*.S'
2224 - ' proofs/hol_light/arm/**/*.ml'
25+ - ' flake.nix'
26+ - ' flake.lock'
2327 - ' nix/hol_light/*'
2428 - ' nix/s2n_bignum/*'
2529
9094 done
9195
9296 # 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
9498 run_needed=1
9599 fi
96100
You can’t perform that action at this time.
0 commit comments