From c47d8a28880ede9d634e851141643af8fc99299a Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Wed, 22 Jun 2022 18:55:58 +0800 Subject: [PATCH] ci: optimize workflows (#1205) --- .github/workflows/integration-test.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index affe7f477..83c332218 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, ubuntu-18.04, macos-11, macos-12] + os: [ubuntu-latest, macos-12] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45d61630b..8a4d15c9c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ name: Main on: - pull_request: + push: concurrency: group: main-${{ github.ref }}