From f9a407f10dba7516403c05e47e8e8b1598140f28 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 17 Nov 2020 19:27:12 -0800 Subject: [PATCH] devops: remove bigsur buildbot (#4457) --- .github/workflows/build_webkit.yml | 35 ------------------------------ 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/build_webkit.yml diff --git a/.github/workflows/build_webkit.yml b/.github/workflows/build_webkit.yml deleted file mode 100644 index ba91320ba5..0000000000 --- a/.github/workflows/build_webkit.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: browser builds - -on: - push: - branches: - - master - paths: - - '.github/workflows/build_webkit.yml' - - 'browser_patches/webkit/BUILD_NUMBER' - -env: - AZ_ACCOUNT_KEY: ${{ secrets.AZ_ACCOUNT_KEY }} - AZ_ACCOUNT_NAME: ${{ secrets.AZ_ACCOUNT_NAME }} - TELEGRAM_BOT_KEY: ${{ secrets.TELEGRAM_BOT_KEY }} - -jobs: - build_webkit_mac: - name: build webkit @ ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: [macos-11.0] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 14 - - uses: microsoft/playwright-github-action@v1 - - name: setup git credentials - run: | - git config --global user.name github-actions - git config --global user.email github-actions@github.com - - run: ./browser_patches/checkout_build_archive_upload.sh webkit-mac-11.0 -