Skip to content

Commit 93a766a

Browse files
committed
that worked; updating other dependency
1 parent 8ab8e77 commit 93a766a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/Remove-Function-Name-Prefix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Remove Function Name Prefixes
22

33
on:
4+
workflow_call:
45
push:
56

67
jobs:

.github/workflows/Run-Tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
push:
66

77
jobs:
8+
test-after-changing-file-names:
9+
uses: ./.github/workflows/Remove-Function-Name-Prefix.yml
810
run-node-tests:
911
runs-on: ubuntu-latest
10-
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
12+
needs: [test-after-changing-file-names]
1113
strategy:
1214
matrix:
1315
node-version: [18.x]

0 commit comments

Comments
 (0)