Skip to content
Merged
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions .github/workflows/update-release-announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,11 @@ jobs:

update-announcement-on-autobuild:
name: Update announcement for autobuild push
# Run on autobuild branch pushes in the main jamulussoftware repo.
# Run on autobuild branch pushes.
# Skip when the pusher is the bot itself to prevent an infinite commit loop:
# autobuild.yml already has ReleaseAnnouncement.md in paths-ignore, so the
# bot commit will not re-trigger the build, but it would re-trigger this workflow.
if: >-
github.repository_owner == 'jamulussoftware' &&
startsWith(github.ref, 'refs/heads/autobuild') &&
github.actor != 'github-actions[bot]'
runs-on: ubuntu-latest
Expand Down