mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +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:
|
||||
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:
|
||||
matrix_all_combinations: true
|
||||
upload_artifacts: false
|
||||
|
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
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:
|
||||
matrix_all_combinations: 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
|
||||
|
||||
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:
|
||||
matrix_all_combinations: false
|
||||
upload_artifacts: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user