Only set date if repo is rusefi/rusefi (#1509)

This commit is contained in:
David Holdeman 2020-06-17 20:37:46 -07:00 committed by GitHub
parent c27dfae2bb
commit 574633b32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ on:
jobs:
update-date:
runs-on: ubuntu-latest
if: ${{ github.repository == 'rusefi/rusefi' }}
steps:
- uses: actions/checkout@v2