Skip to content

Commit 4f7994d

Browse files
committed
empty workflow_call: may be needed
1 parent eafe1b8 commit 4f7994d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
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
@@ -13,7 +9,6 @@ jobs:
139
deploy-after-testing:
1410
uses: ./.github/workflows/Run-Tests.yml
1511
zip-and-upload:
16-
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
1712
runs-on: ubuntu-latest
1813
needs: [deploy-after-testing]
1914
steps:

0 commit comments

Comments
 (0)