We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481a423 commit 797c7c2Copy full SHA for 797c7c2
.github/workflows/on_pr.yml
@@ -21,7 +21,7 @@ concurrency:
21
jobs:
22
submodule_sanity_guard:
23
name: Make sure submodule is in a sane state
24
- uses: .github/workflows/submodule_sanity.yml
+ uses: ./.github/workflows/submodule_sanity.yml
25
26
packaging_test:
27
name: Build a minimal set of packages and run all tests on them
.github/workflows/on_push_protected.yml
@@ -7,4 +7,4 @@ on:
7
8
9
10
0 commit comments