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

Create dependency backup for release tags #6260

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

seadowg
Copy link
Member

@seadowg seadowg commented Jul 10, 2024

Previously this didn't work because the create_dependency_backup job relied on a job that didn't get run on tags. Looking at CircleCI's docs, it seems like the first job in a workflow needs to have the tag filter to have it run on tags. Given that, I've created a new release workflow that should run on new tags.

@seadowg seadowg changed the title Run compile and dependency backup on release tags Create dependency backup for release tags Jul 10, 2024
@seadowg seadowg marked this pull request as ready for review July 10, 2024 11:49
@seadowg seadowg requested a review from lognaturel July 10, 2024 11:49
- compile:
filters:
tags:
only: /^v((20)[0-9]{2})\.\d+\.\d+$/ # matches semvers like v1.2.3
Copy link
Member

Choose a reason for hiding this comment

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

I usually go with v* but this is fine too. I expect Collect to still be going strong in 2099! 😅

@seadowg seadowg merged commit 4cbb2a0 into getodk:master Jul 11, 2024
6 checks passed
@seadowg seadowg deleted the release-job branch July 11, 2024 07:18
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.

2 participants