Skip to content

Commit eafe1b8

Browse files
committed
apparently both parts are needed
1 parent 4723a67 commit eafe1b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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
@@ -9,6 +13,7 @@ jobs:
913
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
1318
needs: [deploy-after-testing]
1419
steps:

0 commit comments

Comments
 (0)