Skip to content

Commit e9e72cb

Browse files
committed
force run of dependency
1 parent bba8e3c commit e9e72cb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/Run-Tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
name: Test Examples
22

33
on:
4-
workflow_run:
5-
workflows: [Remove Function Name Prefixes]
6-
types: [completed]
74
workflow_call:
85
push:
96

107
jobs:
118
run-node-tests:
129
runs-on: ubuntu-latest
13-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
10+
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
1411
strategy:
1512
matrix:
1613
node-version: [18.x]

0 commit comments

Comments
 (0)