···2929Gitea Actions supports writing actions in Go.
3030See [Creating Go Actions](https://blog.gitea.com/creating-go-actions/).
31313232+### Support the non-standard syntax @yearly, @monthly, @weekly, @daily, @hourly on schedule
3333+3434+Github Actions doesn't support that. https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
3535+3236## Unsupported workflows syntax
33373438### `concurrency`
···109113### Pre and Post steps
110114111115Pre and Post steps don't have their own section in the job log user interface.
116116+117117+### Services steps
118118+119119+Services steps don't have their own section in the job log user interface.
112120113121## Different behavior
114122