please Push fresh triggers.txt
This commit is contained in:
parent
a55a3cc2d8
commit
a5b325d0f3
|
@ -115,7 +115,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Push fresh triggers.txt
|
||||
if: ${{github.event_name == 'push' && github.ref == 'refs/heads/master' && env.NOCOMMIT != 'true' }}
|
||||
if: ${{github.ref == 'refs/heads/master' && env.NOCOMMIT != 'true' }}
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
|
|
|
@ -104,6 +104,8 @@ class TriggerWheelInfo {
|
|||
id == Fields.TT_TT_60_2_VW ||
|
||||
id == Fields.TT_TT_SKODA_FAVORIT ||
|
||||
id == Fields.TT_TT_KAWA_KX450F ||
|
||||
id == Fields.TT_TT_NISSAN_VQ35 ||
|
||||
id == Fields.TT_TT_NISSAN_QR25 ||
|
||||
id == Fields.TT_TT_GM_7X;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue