apbs icon indicating copy to clipboard operation
apbs copied to clipboard

Release and Release Build did not Trigger

Open nsoblath opened this issue 3 years ago • 0 comments

Describe the bug The merging of PR #232 should have triggered the Release workflow, which then should have created a tag that would trigger the Build workflow on that tag. Neither of these things happened.

To Reproduce Steps to reproduce the behavior:

  1. Push a commit to the release branch.
  2. See if the Release action is triggered.

Expected behavior The Release workflow runs and creates a new tag and a new GitHub release. The tag triggers the Build workflow on that tagged commit. The build runs, then the use tests run, then the artifacts are uploaded to the GitHub Release.

Additional context I worked around the problem by manually triggering the Release workflow on the release branch, and then manually triggering the Build workflow on the new tag.

nsoblath avatar Apr 29 '22 19:04 nsoblath