Skip to content

Commit 7cb7a64

Browse files
committed
trying another worwflow depenecy approach
1 parent 40454e8 commit 7cb7a64

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

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

33
on:
4-
workflow_run:
5-
workflows: [Test Examples]
6-
types:
7-
- completed
84
push:
95
branches:
106
- development
117

128
jobs:
9+
deploy-after-teting:
10+
uses: ./.github/workflows/Run-Tests.yml
1311
zip-and-upload:
14-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1512
runs-on: ubuntu-latest
13+
needs: [deploy-after-teting]
1614
steps:
1715
- uses: actions/checkout@v2
1816
- run: mkdir zip

0 commit comments

Comments
 (0)