diff --git a/.github/workflows/python-perf.yml b/.github/workflows/python-perf.yml index eb78e28..48d0d32 100644 --- a/.github/workflows/python-perf.yml +++ b/.github/workflows/python-perf.yml @@ -93,7 +93,7 @@ jobs: - uses: actions/checkout@v3 - name: Machine state before - working-directory: resources/scripts + working-directory: resources/.scripts run: bash machine-state.sh - name: Pre-build dependencies @@ -114,5 +114,5 @@ jobs: --performance_threshold_sec ${{matrix.performance_threshold_sec}} - name: Machine state after - working-directory: resources/scripts + working-directory: resources/.scripts run: bash machine-state.sh