0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

ci: optimize workflows (#1205)

This commit is contained in:
Gao Sun 2022-06-22 18:55:58 +08:00 committed by GitHub
parent fa20d03058
commit c47d8a2888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -1,7 +1,7 @@
name: Main
on:
pull_request:
push:
concurrency:
group: main-${{ github.ref }}