mirror of
https://gitee.com/gitea/gitea
synced 2026-03-16 17:35:38 +08:00
Use Actions for DB & E2E tests (#24494)
following https://github.com/go-gitea/gitea/pull/24314 and https://github.com/go-gitea/gitea/pull/24434, this PR moves drone cron pipelines to (GitHub) Actions. As these are mostly compatible with Gitea Actions, when we start to dogfood, these will already be migrated. --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
2
.github/workflows/pull-docker_dryrun.yml
vendored
2
.github/workflows/pull-docker_dryrun.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Docker build dry run
|
||||
name: "Pull: Docker Dry Run"
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user