mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +03:00
ci: refine cirrus skip condition
This commit is contained in:
parent
5775f4e432
commit
64ac4196e0
@ -6,7 +6,7 @@ freebsd_instance:
|
||||
task:
|
||||
name: freebsd-12
|
||||
stateful: false
|
||||
only_if: "changesInclude('**.{toml,rs}', '.gitmodules', '.cirrus.yml', 'get-deps', 'Cargo.lock')"
|
||||
only_if: "changesInclude('**.toml', '**.rs', '.gitmodules', '.cirrus.yml', 'get-deps', 'Cargo.lock')"
|
||||
setup_script:
|
||||
- pkg install -y bash
|
||||
- bash get-deps
|
||||
|
Loading…
Reference in New Issue
Block a user