only:still confused #5336

This commit is contained in:
rusefillc 2023-06-18 22:33:18 -04:00
parent 90f801c8a9
commit 55a757e015
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ jobs:
fi
- name: Push fresh default tune
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} && ${{env.NOCOMMIT != 'true'}}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && env.NOCOMMIT != 'true'}}
uses: ad-m/github-push-action@master
with:
github_token: ${{ github.token }}