We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee3bf9 commit bed6387Copy full SHA for bed6387
.github/workflows/swift.yml
@@ -54,13 +54,6 @@ jobs:
54
steps:
55
- uses: actions/checkout@v4
56
- uses: ./swift/actions/build-and-test
57
- qltests-linux:
58
- if: github.repository_owner == 'github'
59
- needs: build-and-test-linux
60
- runs-on: ubuntu-22.04
61
- steps:
62
- - uses: actions/checkout@v4
63
- - uses: ./swift/actions/run-ql-tests
64
qltests-macos:
65
if: ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
66
needs: build-and-test-macos
0 commit comments