mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
test negated conditional
This commit is contained in:
parent
6645f7360f
commit
56081eb02e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_bench.yml
vendored
2
.github/workflows/build_bench.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue