Skip to content

Commit a34d8fe

Browse files
Merge branch 'bp-pr-25989' into staging
2 parents 26078fe + 5e85a99 commit a34d8fe

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
workflow_dispatch:
1313

1414
concurrency:
15-
group: ${{ github.workflow }}-${{ github.ref }}
16-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' && !startsWith(github.ref, 'refs/heads/staging-') }}
15+
group: ${{ github.workflow }}-${{ github.ref }}${{ contains(fromJSON('["master", "staging"]'), github.ref_name) && format('-{0}', github.run_id) || '' }}
16+
cancel-in-progress: true
1717

1818
jobs:
1919
build:
20-
runs-on: runs-on=${{ github.run_id }}/cpu=1+32/ram=2+32/family=m8+c8+r8+i8+m7+c7+r7+t4/image=ubuntu22-full-arm64/spot=lowest-price/extras=s3-cache
20+
runs-on: runs-on=${{ github.run_id }}/cpu=1+32/ram=1+32/family=m8+c8+r8+i8+m7+c7+r7+m6+c6+r6+t4/image=ubuntu24-full-arm64/spot=lowest-price/extras=s3-cache
2121

2222
env:
2323
ENVIRONMENT: production
@@ -26,7 +26,7 @@ jobs:
2626
- uses: runs-on/action@v2
2727
with:
2828
# See https://github.com/runs-on/action#options
29-
metrics: cpu,memory
29+
# metrics: cpu,network,memory,disk,io
3030
show_costs: summary
3131
show_env: false
3232

source/email_marketing_and_automation/custom_app.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,23 @@ This action automatically synchronizes all registered Events and Purchases.
251251
"email": "advocate@example.com"
252252
}
253253
254+
Refund
255+
------
256+
257+
This action automatically synchronizes all created refunds.
258+
259+
*Default payload:*
260+
261+
.. code-block:: JSON
262+
263+
{
264+
"site_id": "3",
265+
"refunded_at": "2025-11-21 07:44:15 -0800",
266+
"partially_refunded": "false",
267+
"subtotal": "100.0",
268+
"refund_subtotal": "100.0"
269+
}
270+
254271
Referral Create
255272
---------------
256273

0 commit comments

Comments
 (0)