Commit 66707bc
authored
Fix actions lint (#36029)
actionlint since https://github.com/rhysd/actionlint/releases/tag/v1.7.9
detects constant conditions and this workflow was being disabled in
58d2a87
by such a condition which made the lint fail:
https://github.com/go-gitea/gitea/actions/runs/19673752806/job/56349128912?pr=36028
Instead, remove the whole workflow file. I'm sure we can re-create it if
the need arises.
Also, I locked the actionlint dependency to prevent similar surprises in
the future.1 parent 000c06d commit 66707bc
File tree
3 files changed
+4
-45
lines changed- .github/workflows
- tests/e2e
3 files changed
+4
-45
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 20 | + | |
27 | 21 | | |
28 | 22 | | |
29 | 23 | | |
| |||
85 | 79 | | |
86 | 80 | | |
87 | 81 | | |
88 | | - | |
| 82 | + | |
89 | 83 | | |
90 | | - | |
| 84 | + | |
91 | 85 | | |
92 | 86 | | |
0 commit comments