You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trustpub/gitlab: Accept workflow filepath starting with . (#12267)
The default workflow filepath is `.gitlab-ci.yml` which we previously did not accept anymore since we converted the regex into regular string operations. This fixes the issue.
0 commit comments