Skip to content

Commit 315a343

Browse files
committed
apparently both parts are needed
1 parent 6f1a1a5 commit 315a343

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

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

33
on:
4+
workflow_run:
5+
workflows: [Test Examples]
6+
types:
7+
- completed
48
push:
59
branches:
610
- development
711

812
jobs:
9-
deploy-after-teting:
13+
deploy-after-testing:
1014
uses: ./.github/workflows/Run-Tests.yml
1115
zip-and-upload:
16+
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
1217
runs-on: ubuntu-latest
13-
needs: [deploy-after-teting]
18+
needs: [deploy-after-testing]
1419
steps:
1520
- uses: actions/checkout@v2
1621
- run: mkdir zip

0 commit comments

Comments
 (0)