mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
check val
This commit is contained in:
parent
15eebe18e1
commit
6109d1d7c2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_bench.yml
vendored
3
.github/workflows/build_bench.yml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
|||
- name: Setup Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Echo
|
||||
run: echo "The value is ${{ github.event_name == 'pull_request' }}"
|
||||
|
||||
- name: Build and test
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue