1
1
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:
Wez Furlong 2021-02-07 09:51:55 -08:00
parent 5775f4e432
commit 64ac4196e0

View File

@ -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