deskflow/.github/workflows
Nick Bolton fe16ba63fd
Use GitHub vars to determine custom runner names (#7509)
* Use `WINDOWS_RUNNER` var to determine custom runner name

* Remove `if` step

* Change var to `CI_WINDOWS_RUNNER`

* Use other runner vars and fall back to free runners

* Update ChangeLog

* Use `CI_MAC_INTEL_RUNNER`

* Set Mac name depending on var

* Use `CI_LINUX_ARM_RUNNER`

* Change CI var to `CI_ENABLE_PACKAGING`

* Use exclusions to remove ARM runners when var not set

* Switch to `CI_USE_LINUX_ARM_RUNNER` var

* Exclude arm runners if `CI_USE_LINUX_ARM_RUNNER` not set

* Fixed path and actually capture `matrix` as var

* Fixed path

* Add debug step

* Kick build

* Add EOL delimiters

* Move action to composite action for reuse

* Make JSON output pretty

* Add shell prop

* Fixed output var name

* Cleanup debug

* Move debug to same step

* Kick build

* Use `needs` on other jobs

* Also depend unix on setup
2024-09-12 14:12:28 +01:00
..
build-containers.yml Wayland support (port Red Hat libei and libportal impl) (#7449) 2024-08-30 15:53:25 +01:00
ci-linux.json Use GitHub vars to determine custom runner names (#7509) 2024-09-12 14:12:28 +01:00
ci.yml Use GitHub vars to determine custom runner names (#7509) 2024-09-12 14:12:28 +01:00
codeql-analysis.yml Use GitHub vars to determine custom runner names (#7509) 2024-09-12 14:12:28 +01:00
create-tag.yml Trigger CI workflow with github.rest.actions 2024-09-04 18:18:26 +01:00
issue-check-stale.yml Use .venv dir for as Python venv and cache (#7485) 2024-09-06 13:50:59 +01:00
issue-check-support.yml Move issue check logic to GitHub script (#7486) 2024-09-06 14:49:13 +01:00
lint-changelog.yml Improve workflow triggers to ensure correct run time (#7378) 2024-07-09 18:50:54 +01:00
lint-source-code.yml Use .venv dir for as Python venv and cache (#7485) 2024-09-06 13:50:59 +01:00
sonarcloud-analysis.yml Use GitHub vars to determine custom runner names (#7509) 2024-09-12 14:12:28 +01:00
test-dist-upload.yml Re-implement CI auto version increment for packaging (#7354) 2024-06-26 15:46:42 +00:00
valgrind-analysis.yml Use .venv dir for as Python venv and cache (#7485) 2024-09-06 13:50:59 +01:00