Skip to content

Commit

Permalink
patch: rename ci-names
Browse files Browse the repository at this point in the history
  • Loading branch information
SGSSGene committed Nov 10, 2023
1 parent 60df9ca commit bbf14c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml → .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:
pull_request:

concurrency:
group: ${{ github.event.pull_request.number || github.ref }}
group: linux-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
name: ${{ matrix.compiler }}
name: linux-${{ matrix.compiler }}
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
Expand All @@ -31,8 +31,7 @@ jobs:
- "clang16-cpp20-release"
steps:
- name: Standard IV-project testing
uses: iv-project/IVaction/linux-testing@v3
uses: iv-project/IVaction/linux-testing@feat/simpler_ci
with:
name: linux-${{ matrix.compiler }}
compiler: ${{ matrix.compiler }}
threads: 2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
pull_request:

concurrency:
group: ${{ github.event.pull_request.number || github.ref }}
group: macos-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
Expand Down
File renamed without changes.

0 comments on commit bbf14c8

Please sign in to comment.