From bb31ff7aeff7f54aad6c52117244654152d44c21 Mon Sep 17 00:00:00 2001 From: Alex Denisov Date: Wed, 19 Oct 2022 16:36:45 +0200 Subject: [PATCH] Swift: drop redundant workflow --- .github/workflows/swift-autobuilder-tests.yml | 25 ------------------- .github/workflows/swift-autobuilder.yml | 4 +-- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 .github/workflows/swift-autobuilder-tests.yml diff --git a/.github/workflows/swift-autobuilder-tests.yml b/.github/workflows/swift-autobuilder-tests.yml deleted file mode 100644 index d3afa9f476b..00000000000 --- a/.github/workflows/swift-autobuilder-tests.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: "Swift: Build and test Xcode autobuilder" - -on: - pull_request: - paths: - - "swift/xcode-autobuilder/**" - - "misc/bazel/**" - - "*.bazel*" - - .github/workflows/swift-autobuilder.yml - branches: - - main - -jobs: - autobuilder: - runs-on: macos-latest - steps: - - uses: actions/checkout@v3 - - uses: bazelbuild/setup-bazelisk@v2 - - uses: actions/setup-python@v3 - - name: Build the Xcode autobuilder - run: | - bazel build //swift/xcode-autobuilder - - name: Test the Xcode autobuilder - run: | - bazel test //swift/xcode-autobuilder/tests diff --git a/.github/workflows/swift-autobuilder.yml b/.github/workflows/swift-autobuilder.yml index ea7761a442e..d3afa9f476b 100644 --- a/.github/workflows/swift-autobuilder.yml +++ b/.github/workflows/swift-autobuilder.yml @@ -1,4 +1,4 @@ -name: "Swift: Run Autobuilder Tests" +name: "Swift: Build and test Xcode autobuilder" on: pull_request: @@ -11,7 +11,7 @@ on: - main jobs: - integration-tests: + autobuilder: runs-on: macos-latest steps: - uses: actions/checkout@v3