Skip to content

Commit

Permalink
Merge pull request #7 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 13, 2024
2 parents d5eff02 + 3bc0813 commit a612744
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:
"on":
merge_group: {}
pull_request:
branches:
- main
push:
branches-ignore:
# These should always correspond to pull requests, so ignore them for
Expand Down Expand Up @@ -94,10 +92,12 @@ jobs:
needs: [lint, test]
timeout-minutes: 10
if: >-
github.event.pull_request.merged == true
github.event.pull_request.closed_at != 0
&& github.event.pull_request.merged == true
steps:
- run: |
echo "${{ github.head_ref }} merged into ${{ github.ref }}"
- run: >-
echo "${{ github.head_ref }} merged into ${{ github.ref }}
by {{ github.event.pull_request.merged_by.name }} <{{ github.event.pull_request.merged_by.email }}>"
- uses: actions/checkout@v4

- name: Set up UV
Expand Down

0 comments on commit a612744

Please sign in to comment.