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:
parent
fa20d03058
commit
c47d8a2888
2 changed files with 2 additions and 2 deletions
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Main
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
concurrency:
|
||||
group: main-${{ github.ref }}
|
||||
|
|
Loading…
Add table
Reference in a new issue