Actions
Patch #43035
closedRemove empty rubyonrails.yml on 6.0-stable branch
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
The 6.0-stable
branch currently contains an empty and defunct workflow file at .github/workflows/rubyonrails.yml
. This empty file causes unnecessary failed GitHub Actions runs on every push to the branch.
e.g., https://github.com/redmine/redmine/actions/runs/16311511547
diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml
deleted file mode 100644
index e69de29bb..000000000
Updated by Marius BĂLTEANU 2 days ago
- Status changed from New to Closed
- Assignee set to Marius BĂLTEANU
- Target version set to 6.0.7
Removed, thanks for pointing this out.
Actions