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.
forgejo/modules/actions
Lunny Xiao 368d43643f
Fix actions workflow branches match bug (#22724)
caused by #22680 

`pushPayload.Ref` and `prPayload.PullRequest.Base.Ref` have the format
like `refs/heads/<branch_name>`, so we need to trim the prefix before
comparing.
1 year ago
..
log.go Implement actions (#21937) 1 year ago
task_state.go Implement actions (#21937) 1 year ago
task_state_test.go Implement actions (#21937) 1 year ago
workflows.go Fix actions workflow branches match bug (#22724) 1 year ago