Rename workflow_osx -> requires_osx

This commit is contained in:
Rodrigo Q. Saramago 2023-02-17 20:15:18 +01:00
parent 6cde589a03
commit a9949f1cd1
No known key found for this signature in database
GPG Key ID: 9B36B2525704A359

View File

@ -485,7 +485,7 @@ defaults:
requires: requires:
- b_ubu_codecov - b_ubu_codecov
- workflow_osx: &workflow_osx - requires_b_osx: &requires_b_osx
<<: *on_all_tags_and_branches <<: *on_all_tags_and_branches
requires: requires:
- b_osx - b_osx
@ -1588,8 +1588,8 @@ workflows:
# OS/X build and tests # OS/X build and tests
- b_osx: *on_all_tags_and_branches - b_osx: *on_all_tags_and_branches
- t_osx_cli: *workflow_osx - t_osx_cli: *requires_b_osx
- t_osx_soltest: *workflow_osx - t_osx_soltest: *requires_b_osx
# ArchLinux build and tests # ArchLinux build and tests
- b_archlinux: *on_all_tags_and_branches - b_archlinux: *on_all_tags_and_branches