Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify workflow. #300

Merged
merged 2 commits into from Mar 21, 2024
Merged

Simplify workflow. #300

merged 2 commits into from Mar 21, 2024

Conversation

NullHypothesis
Copy link
Contributor

My previous PR #292 introduced a file that contains shared variables. It's more idiomatic to put these variables directly into the workflow, using the env variable.

My previous PR #292
introduced a file that contains shared variables.  It's more idiomatic
to put these variables directly into the workflow, using the `env`
variable.
@@ -7,6 +7,12 @@ on:
pull_request:
branches: [ master ]

env:
# The version of TileDB to test against.
CORE_VERSION: "2.20.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change the names?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find these names more descriptive than what I used before, and got inspired by Paul's unmerged PR #231.

@NullHypothesis NullHypothesis merged commit 61edd69 into master Mar 21, 2024
11 checks passed
@NullHypothesis NullHypothesis deleted the phw/simplify-workflow branch March 21, 2024 16:06
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.

None yet

3 participants