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

add for all dev branch #861

Merged
merged 2 commits into from
Jan 6, 2022
Merged

add for all dev branch #861

merged 2 commits into from
Jan 6, 2022

Conversation

khanhntd
Copy link
Contributor

@khanhntd khanhntd commented Jan 6, 2022

Description:

For all of the branch that has the prefix "dev", it would trigger the CI. In this way, we can test the CI.

Testing:
An alternative solution would be using act https://github.com/nektos/act

@khanhntd khanhntd requested a review from a team as a code owner January 6, 2022 21:49
@@ -17,7 +17,7 @@ on:
branches:
- main
- release/v*
- dev
- dev/*
Copy link
Member

Choose a reason for hiding this comment

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

We still have a dev branch even if it isn't really in use. Should we still have the CI run on it? This change will remove that.

Copy link
Contributor Author

@khanhntd khanhntd Jan 6, 2022

Choose a reason for hiding this comment

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

There are two ways for us to change it: one is to rename the branch as dev/ and second is that change the prefix pattern to dev*. I prefer the former one since it will avoid some of the naming convention that may be confused with dev*.

Copy link
Member

Choose a reason for hiding this comment

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

The other way is to just have two entries

- dev
- dev/*

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reasonable. Fixed it.

@jefchien jefchien merged commit 94d47a0 into aws-observability:main Jan 6, 2022
@khanhntd khanhntd deleted the test_ci_branch branch January 6, 2022 22:20
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.

3 participants