Skip to content

Commit c3b79ce

Browse files
committed
Fix Pyre config generation guard
1 parent de1e065 commit c3b79ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pysa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
shell: bash
8585
run: |
8686
set -euo pipefail
87-
if [ -f ".pyre_configuration" ] || [ -f ".pyre_configuration.local" ]; then
87+
if [ -f ".pyre_configuration" ]; then
8888
echo "using repository Pyre configuration"
8989
exit 0
9090
fi

0 commit comments

Comments
 (0)