Skip to content

Commit

Permalink
Run standard libraries workflow on run-deep-tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Jan 25, 2024
1 parent 5824baa commit 0c754a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/standard-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

build:
needs: check-deep-tests
if: always() && (( github.event_name == 'pull_request' && (needs.check-deep-tests.result == 'success' || contains(github.event.pull_request.labels.*.name, 'run-deep-tests'))) || ( github.event_name == 'push' && ( github.ref_name == 'master' || vars.TEST_ON_FORK == 'true' )))
runs-on: macos-latest

steps:
Expand Down

0 comments on commit 0c754a9

Please sign in to comment.