Skip to content

Commit e80fe85

Browse files
CLOUDP-262512: Schedule cron jobs for postman release (#157)
1 parent b2a081f commit e80fe85

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/postman-metrics.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Compare and Send Postman Fork Data
22

33
on:
4-
# Enabled by CLOUDP-262512
5-
# schedule:
6-
# - cron: '0 10 ? * 1'
4+
schedule:
5+
- cron: '0 10 ? * 1'
76
workflow_dispatch:
87

98
jobs:

.github/workflows/release-postman.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Postman Release
22
on:
3-
# Enabled by CLOUDP-262512
4-
# schedule:
5-
# - cron: '0 10 ? * *'
3+
schedule:
4+
- cron: '0 10 ? * *'
65
workflow_dispatch:
76
permissions:
87
issues: write

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# MongoDB Atlas Administration API OpenAPI Specification 3.0
22
[![OpenAPI (jp)](https://img.shields.io/badge/openapi-click%20to%20preview-rgb(71%2C162%2C72)?style=for-the-badge&logo=mongodb)](https://htmlpreview.github.io/?https://github.com/mongodb/openapi/blob/main/openapi/branded-preview.html)
33
[![GO SDK (jp)](https://img.shields.io/badge/GO%20SDK-click%20to%20open-rgb(21%2C151%2C183)?style=for-the-badge&logo=go)](https://github.com/mongodb/atlas-sdk-go)
4+
[![Postman (jp)](https://img.shields.io/badge/Postman-click%20to%20open-rgb(239%2C91%2C37)?style=for-the-badge&logo=postman)](https://www.postman.com/mongodb-devrel/workspace/mongodb-atlas-administration-apis/overview)
45

56
This repository hosts the OpenAPI specification for the [Atlas Administration API (v2.0)](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/).
67

0 commit comments

Comments
 (0)