diff --git a/.github/workflows/set-date.yaml b/.github/workflows/set-date.yaml index 1a197504aa..f4f61e6404 100644 --- a/.github/workflows/set-date.yaml +++ b/.github/workflows/set-date.yaml @@ -14,6 +14,7 @@ on: jobs: update-date: runs-on: ubuntu-latest + if: ${{ github.repository == 'rusefi/rusefi' }} steps: - uses: actions/checkout@v2