Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 76a79a4

Browse files
author
Alex Florisca
committed
Testing nightly changes
1 parent cb66063 commit 76a79a4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Nightly builds
22

33
on:
4-
schedule:
5-
- cron: '0 0 * * *' # Run at 12 AM UTC.
4+
push:
5+
branches:
6+
- update/add-PRs-to-nightly-release
7+
# schedule:
8+
# - cron: '0 0 * * *' # Run at 12 AM UTC.
69
workflow_dispatch:
710

811
env:
@@ -45,6 +48,12 @@ jobs:
4548
asset_name: woocommerce-blocks-${{ matrix.build }}-nightly.zip
4649
asset_content_type: application/zip
4750
max_releases: 1
51+
- name: Update release notes
52+
uses: irongut/[email protected]
53+
with:
54+
token: ${{ secrets.GITHUB_TOKEN }}
55+
id: 80943895
56+
body: "PRs merged since last nightly build"
4857
update:
4958
name: Update nightly tag commit ref
5059
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)