Skip to content

Commit

Permalink
CHG: make two CIs separately for Ubuntu basic and codipack
Browse files Browse the repository at this point in the history
  • Loading branch information
enigne committed Jul 23, 2024
1 parent b5d77dd commit 2b5a6ff
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/main-ci.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/ubuntu-basic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Ubuntu Basic

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
ISSM_DIR: ${{ github.workspace }}

jobs:
build-test:
uses: ./.github/workflows/common-workflow.yml
with:
os: ubuntu-latest
build_type: basic
secrets: inherit
name: build-test-ubuntu-basic
18 changes: 18 additions & 0 deletions .github/workflows/ubuntu-codipack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Ubuntu CodiPack

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
ISSM_DIR: ${{ github.workspace }}

jobs:
build-test:
uses: ./.github/workflows/common-workflow.yml
with:
os: ubuntu-latest
build_type: codipack
secrets: inherit
name: build-test-ubuntu-codipack

0 comments on commit 2b5a6ff

Please sign in to comment.