mirror of
https://github.com/Swatinem/rust-cache
synced 2025-11-13 11:11:16 +00:00
run jobs only in the original repo
This commit is contained in:
parent
aeb851a210
commit
ddd40e889d
8 changed files with 12 additions and 2 deletions
7
.github/workflows/workspaces.yml
vendored
7
.github/workflows/workspaces.yml
vendored
|
|
@ -4,6 +4,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
workspaces:
|
||||
if: github.repository == 'Swatinem/rust-cache'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
@ -26,8 +27,10 @@ jobs:
|
|||
tests
|
||||
tests/wasm-workspace
|
||||
|
||||
- run: cargo check
|
||||
- name: cargo check (tests)
|
||||
working-directory: tests
|
||||
run: cargo check
|
||||
|
||||
- run: cargo check
|
||||
- name: cargo check (tests/wasm-workspace)
|
||||
working-directory: tests/wasm-workspace
|
||||
run: cargo check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue