Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
labeled check
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub committed Oct 3, 2023
1 parent 9e38e39 commit 2283348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- development
- beta
pull_request:
types: [ labeled ]

jobs:
test:
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
test_latest_os:
if: ${{ github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'CI/latest_os' }}
name: Run tests
name: Run latest OS tests
runs-on: macOS-13
env:
# The XCode version to use. If you want to update it please refer to this document:
Expand Down

0 comments on commit 2283348

Please sign in to comment.