mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
CI: tweak: reference reusable workflow locally
this allows non-main branches to run their own latest workflows, and helps with forks too
This commit is contained in:
parent
269058089f
commit
17499d7b5d
2
.github/workflows/all-tests-slow.yml
vendored
2
.github/workflows/all-tests-slow.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-tests-for-all-combinations:
|
run-tests-for-all-combinations:
|
||||||
uses: ouch-org/ouch/.github/workflows/build-artifacts-and-run-tests.yml@main
|
uses: ./.github/workflows/build-artifacts-and-run-tests.yml
|
||||||
with:
|
with:
|
||||||
matrix_all_combinations: true
|
matrix_all_combinations: true
|
||||||
upload_artifacts: false
|
upload_artifacts: false
|
||||||
|
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-workflow-build-artifacts-and-run-tests:
|
call-workflow-build-artifacts-and-run-tests:
|
||||||
uses: ouch-org/ouch/.github/workflows/build-artifacts-and-run-tests.yml@main
|
uses: ./.github/workflows/build-artifacts-and-run-tests.yml
|
||||||
with:
|
with:
|
||||||
matrix_all_combinations: true
|
matrix_all_combinations: true
|
||||||
upload_artifacts: true
|
upload_artifacts: true
|
||||||
|
2
.github/workflows/pr-workflow.yml
vendored
2
.github/workflows/pr-workflow.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
cargo +stable clippy -- -D warnings
|
cargo +stable clippy -- -D warnings
|
||||||
|
|
||||||
build-and-test:
|
build-and-test:
|
||||||
uses: ouch-org/ouch/.github/workflows/build-artifacts-and-run-tests.yml@main
|
uses: ./.github/workflows/build-artifacts-and-run-tests.yml
|
||||||
with:
|
with:
|
||||||
matrix_all_combinations: false
|
matrix_all_combinations: false
|
||||||
upload_artifacts: false
|
upload_artifacts: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user