Possibly linux to [email protected]English • 28 days agoWhat CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation.message-square26fedilinkarrow-up164arrow-down13file-text
arrow-up161arrow-down1message-squareWhat CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation.Possibly linux to [email protected]English • 28 days agomessage-square26fedilinkfile-text
My current picks are Woodpecker CI and Forgejo runners. Anything else that’s lightweight and easy to manage?
minus-square@[email protected]linkfedilinkEnglish2•28 days agoStrange! Is it an issue with the setup or your woodpecker config file in the repo? Actioning on push is merely configuring steps after: when: - event: push branch: main
minus-squarePossibly linuxOPlinkfedilinkEnglish1•28 days agoI did that Nothing happens with a push. No logs or any activity. It is possible that it is just a bug
Strange! Is it an issue with the setup or your woodpecker config file in the repo? Actioning on push is merely configuring steps after:
when: - event: push branch: main
I did that
Nothing happens with a push. No logs or any activity.
It is possible that it is just a bug