Skip to content

Commit ac28886

Browse files
committed
make workflow reference within local repo
1 parent 236be76 commit ac28886

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/io-test_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ on:
1414

1515
jobs:
1616
call-iotests:
17-
uses: Neuralensemble/python-neo/.github/workflows/io-test.yml
17+
uses: ./.github/workflows/io-test.yml
1818
with:
1919
os: ${{ inputs.os }}

.github/workflows/io-test_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ on:
1111

1212
jobs:
1313
call-iotests:
14-
uses: Neuralensemble/python-neo/.github/workflows/io-test.yml@master
14+
uses: ./.github/workflows/io-test.yml
1515
with:
1616
os: ubuntu-latest

0 commit comments

Comments
 (0)