Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b219f0d
chore(on-demand-preview-releases-PR): fix perms
UnschooledGamer Jul 9, 2026
4178fbe
set contents read
UnschooledGamer Jul 9, 2026
e043ab5
refactor: nightly build workflow and add nightly release workflow
UnschooledGamer Jul 9, 2026
3ea66b2
chore: use my checks for testing
UnschooledGamer Jul 9, 2026
e5866d3
chore: use my checks for testing this.
UnschooledGamer Jul 9, 2026
21e927b
chore: update nightly release workflow and add permissions for pull r…
UnschooledGamer Jul 9, 2026
2f73110
rm "for owners" in the progress notification
UnschooledGamer Jul 9, 2026
5c775e4
chore: use my repo for testing
UnschooledGamer Jul 9, 2026
3312f7e
Update nightly-release.yml
UnschooledGamer Jul 9, 2026
e4e89af
Update nightly-release.yml
UnschooledGamer Jul 9, 2026
9c0359f
Update nightly-release.yml
UnschooledGamer Jul 9, 2026
43cdaae
Update nightly-release.yml
UnschooledGamer Jul 9, 2026
8eae652
Refactor SLSA provenance section in workflow
UnschooledGamer Jul 9, 2026
4b05a54
Update nightly-release.yml
UnschooledGamer Jul 9, 2026
4649c49
Update nightly-release.yml [skip ci]
UnschooledGamer Jul 10, 2026
2def9a4
Update nightly-release.yml [skip ci]
UnschooledGamer Jul 10, 2026
d7ec3b2
Update nightly-release.yml
UnschooledGamer Jul 10, 2026
387dff0
Update nightly-release.yml [skip ci]
UnschooledGamer Jul 10, 2026
5887546
Enhance nightly release workflow with SHA256 signature computation an…
UnschooledGamer Jul 10, 2026
e1cd0c1
chore: improve maintainability and add release-notifier
UnschooledGamer Jul 11, 2026
56bf41d
fix: conditionally create subjects file handle based on publish gate …
UnschooledGamer Jul 11, 2026
5a5de79
fix: enhance secret validation step for nightly builds
UnschooledGamer Jul 11, 2026
302ce6e
chore: tmp remove this check
UnschooledGamer Jul 11, 2026
aa1429e
remove this check too tmp
UnschooledGamer Jul 11, 2026
9824c32
Update nightly-release.yml [skip ci]
UnschooledGamer Jul 11, 2026
5db1345
Update community-release-notifier.yml [skip ci]
UnschooledGamer Jul 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/community-release-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:

jobs:
notify:
if: github.repository_owner == 'Acode-Foundation'
#if: github.repository_owner == 'Acode-Foundation'
runs-on: ubuntu-latest
steps:
- name: Prepare release variables
Expand Down
Loading