Skip to content

Commit 540189b

Browse files
committed
stop prod job and prepare for ckan 2.11 release
1 parent b894a5a commit 540189b

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

.github/workflows/ckan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
type: choice
1111
options:
1212
- development
13-
- prod
1413
app:
1514
description: 'App to run on:'
1615
required: true

.github/workflows/ckan_auto.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
{"schedule": "${{env.SCHEDULE_GEN_REPORT}}", "command": "ckan report generate"},
8080
{"schedule": "${{env.SCHEDULE_GEN_REPORT}}", "issue_template": ".github/report-generation-failure.md"},
8181
{"environ": "development", "ram": "1G"},
82-
{"environ": "prod", "ram": "3G"}
8382
],
8483
"exclude": [ {"schedule": "${{env.SCHEDULE_SITEMAP}}", "environ": "development"},
8584
{"schedule": "${{env.SCHEDULE_DBSOLR_SYNC}}", "environ": "development"},

.github/workflows/restart.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)