Skip to content

Merge branch 'main' into swift-async-scenario-11 #159

Merge branch 'main' into swift-async-scenario-11

Merge branch 'main' into swift-async-scenario-11 #159

Workflow file for this run

# Generated file. DO NOT EDIT.
'on':
push:
paths:
- swift-dispatch/**
- .github/workflows/swift-dispatch.yaml
pull_request:
paths:
- swift-dispatch/**
- .github/workflows/swift-dispatch.yaml
workflow_run:
workflows:
- scenario-server
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run == null || github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- run: swift test -c release
defaults:
run:
working-directory: swift-dispatch