Skip to content

Commit bb31ff7

Browse files
committed
Swift: drop redundant workflow
1 parent 7790abc commit bb31ff7

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

.github/workflows/swift-autobuilder-tests.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/swift-autobuilder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Swift: Run Autobuilder Tests"
1+
name: "Swift: Build and test Xcode autobuilder"
22

33
on:
44
pull_request:
@@ -11,7 +11,7 @@ on:
1111
- main
1212

1313
jobs:
14-
integration-tests:
14+
autobuilder:
1515
runs-on: macos-latest
1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)