Skip to content

Commit

Permalink
Merge pull request #23 from lsst-dm/u/tobyj/implement_ci
Browse files Browse the repository at this point in the history
fix: conditional dispatch
  • Loading branch information
tcjennings authored Jan 10, 2025
2 parents 56f0eda + ea1cc3b commit 2a4030f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
# workflow_dispatch to affect the tag-related build.
- name: Trigger Build Workflow
uses: actions/github-script@v7
if: >-
steps.release.outputs.release
env:
TAG_REF: ${{ steps.release.outputs.tag }}
with:
Expand Down

0 comments on commit 2a4030f

Please sign in to comment.