Skip to content

Commit 797c7c2

Browse files
committed
Fixed paths
1 parent 481a423 commit 797c7c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
submodule_sanity_guard:
2323
name: Make sure submodule is in a sane state
24-
uses: .github/workflows/submodule_sanity.yml
24+
uses: ./.github/workflows/submodule_sanity.yml
2525

2626
packaging_test:
2727
name: Build a minimal set of packages and run all tests on them

.github/workflows/on_push_protected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77
jobs:
88
submodule_sanity_guard:
99
name: Make sure submodule is in a sane state
10-
uses: .github/workflows/submodule_sanity.yml
10+
uses: ./.github/workflows/submodule_sanity.yml

0 commit comments

Comments
 (0)