Skip to content

Commit

Permalink
Merge pull request #4 from lsst-dm/u/tobyj/implement_ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
tcjennings authored Dec 5, 2024
2 parents ef16d02 + d7a63f9 commit ddc9ef8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,13 @@ jobs:
# Release -- when PR is merged to main, bump version, make tag, recommit
release:
runs-on: ubuntu-latest
needs: [lint, test]
timeout-minutes: 10
if: >-
github.event.pull_request.merged == true &&
github.ref == '/refs/heads/main'
github.event.pull_request.merged == true
steps:
- run: |
echo "${{ github.head_ref }} merged into ${{ github.ref }}"
- uses: actions/checkout@v4

- name: Set up UV
Expand Down

0 comments on commit ddc9ef8

Please sign in to comment.