-
Notifications
You must be signed in to change notification settings - Fork 21
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
the latest
tag should be removed when the CI is done
#84
Comments
Removing the tag |
CI failed with:
|
This is getting annoying when there's 2 PRs open. Related to #71 (see https://github.com/cpp-linter/cpp-linter-action/actions/runs/2845006784) |
From the CI failed log, not sure if need to checkout all branches and tags. |
This issue should be fixed in #81, can it be closed? |
The only thing I did to the workflow in that PR was add the I think the main culprit was having more than 1 PR open at the same time, which caused problems moving the cpp-linter-action/.github/workflows/run-test.yml Lines 15 to 16 in 600b1aa
This could use an added with:
fetch-depth: 0 |
Just tried to commit to my backlogged-updates branch:
After #83 was opened, the
latest
tag was moved to a different branch which seemed to cause conflicts when my machine tried to dogit pull
.I would suggest
The text was updated successfully, but these errors were encountered: