test negated conditional

This commit is contained in:
Al Majumdar 2022-03-30 14:35:16 +05:30
parent 6645f7360f
commit 56081eb02e

View file

@ -36,7 +36,7 @@ jobs:
with:
targets: bench-test
env:
MULTI_ARCH_BUILD: ${{ github.event_name != 'pull_request' }}
MULTI_ARCH_BUILD: ${{ github.event_name == 'pull_request' }}
- name: Login
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}