Skip to content

Commit ab14dd7

Browse files
authored
Merge Dev -> Main (mongodb#30)
1 parent 0f2ee6b commit ab14dd7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/zip-and-upload-to-s3-production.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
name: Zip and Upload to S3 for Production
1+
name: Zip and Upload to S3 for Development
22

33
on:
44
push:
55
branches:
6-
- main
6+
- production
77

88
jobs:
9+
deploy-after-testing:
10+
uses: ./.github/workflows/Run-Tests.yml
911
zip-and-upload:
1012
runs-on: ubuntu-latest
13+
needs: [deploy-after-testing]
1114
steps:
1215
- uses: actions/checkout@v2
1316
- run: mkdir zip

latestCommit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
724ebd7e097d4848846957797dbe985f03fa17c7
1+
2aaf6cc24b36749230bde4f445e04c4a8b99b224

0 commit comments

Comments
 (0)