mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31a0c4dfb4
Fix #25897
Fix #30322
#29464 cannot handle some complex `if` conditions correctly because it
only checks `always()` literally. In fact, it's not easy to evaluate the
`if` condition on the Gitea side because evaluating it requires a series
of contexts. But act_runner is able to evaluate the `if` condition
before running the job (for more information, see
[`gitea/act`](
|
8 months ago | |
---|---|---|
.. | ||
auth.go | 11 months ago | |
auth_test.go | 10 months ago | |
cleanup.go | 12 months ago | |
clear_tasks.go | 1 year ago | |
commit_status.go | 10 months ago | |
init.go | 1 year ago | |
interface.go | 9 months ago | |
job_emitter.go | 8 months ago | |
job_emitter_test.go | 8 months ago | |
notifier.go | 10 months ago | |
notifier_helper.go | 9 months ago | |
rerun.go | 11 months ago | |
rerun_test.go | 11 months ago | |
schedule_tasks.go | 9 months ago | |
variables.go | 10 months ago |