Skip to content

Commit 2dfe447

Browse files
committed
empty workflow_call: may be needed
1 parent 6bbc45b commit 2dfe447

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/Run-Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_run:
55
workflows: [Remove Function Name Prefixes]
66
types: [completed]
7+
workflow_call:
78
push:
89

910
jobs:

.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)