Skip to content

ci: trigger create_test_conda_env on merge to main#7

Merged
ilaflott merged 2 commits intomainfrom
copilot/create-test-conda-env-trigger
Apr 14, 2026
Merged

ci: trigger create_test_conda_env on merge to main#7
ilaflott merged 2 commits intomainfrom
copilot/create-test-conda-env-trigger

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

Describe your changes

Add push trigger on main to the create_test_conda_env workflow so it runs on merge in addition to pull requests.

on:
  push:
    branches:
      - main
  pull_request:
    branches:

Issue ticket number and link (if applicable)

Checklist before requesting a review

  • I ran my code
  • I tried to make my code readable
  • I tried to comment my code
  • I wrote a new test, if applicable
  • I wrote new instructions/documentation, if applicable
  • I ran pytest and inspected it's output
  • I ran pylint and attempted to implement some of it's feedback
  • No print statements; all user-facing info uses logging module

Note: If you are a code maintainer updating the tag or releasing a new fremorizer version, please use the release_procedure.md template. To quickly use this template, open a new pull request, choose your branch, and add ?template=release_procedure.md to the end of the url.

Copilot AI linked an issue Apr 14, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update workflow to run create_test_conda_env on merge to main ci: trigger create_test_conda_env on merge to main Apr 14, 2026
Copilot AI requested a review from ilaflott April 14, 2026 01:20
@ilaflott ilaflott marked this pull request as ready for review April 14, 2026 01:23
@ilaflott ilaflott merged commit 6047fde into main Apr 14, 2026
1 of 3 checks passed
@ilaflott ilaflott deleted the copilot/create-test-conda-env-trigger branch April 14, 2026 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create_test_conda_env should run on merge to main

2 participants