diff --git a/.github/workflows/PRAS.jl.yml b/.github/workflows/PRAS.jl.yml index 2c52e261..5f8aa533 100644 --- a/.github/workflows/PRAS.jl.yml +++ b/.github/workflows/PRAS.jl.yml @@ -7,9 +7,13 @@ on: branches: [main] tags: ["*"] pull_request: + jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} + concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} + cancel-in-progress: true runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/PRASCapacityCredits.jl.yml b/.github/workflows/PRASCapacityCredits.jl.yml index 758233da..3f49c778 100644 --- a/.github/workflows/PRASCapacityCredits.jl.yml +++ b/.github/workflows/PRASCapacityCredits.jl.yml @@ -7,9 +7,13 @@ on: branches: [main] tags: ["*"] pull_request: + jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} + concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} + cancel-in-progress: true runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/PRASCore.jl.yml b/.github/workflows/PRASCore.jl.yml index ced28356..464a78eb 100644 --- a/.github/workflows/PRASCore.jl.yml +++ b/.github/workflows/PRASCore.jl.yml @@ -7,9 +7,13 @@ on: branches: [main] tags: ["*"] pull_request: + jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} + concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} + cancel-in-progress: true runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/PRASFiles.jl.yml b/.github/workflows/PRASFiles.jl.yml index bd0c2a80..bfe05eb4 100644 --- a/.github/workflows/PRASFiles.jl.yml +++ b/.github/workflows/PRASFiles.jl.yml @@ -7,9 +7,13 @@ on: branches: [main] tags: ["*"] pull_request: + jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} + concurrency: + group: ${{ github.workflow }} - ${{ github.event.pull_request.number || github.ref }} - ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} + cancel-in-progress: true runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e94c4723..81411383 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,6 +10,9 @@ on: jobs: docs: name: Documentation + concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true runs-on: macOS-latest permissions: contents: write diff --git a/PRAS.jl/Project.toml b/PRAS.jl/Project.toml index d15aeeaf..7d37933b 100644 --- a/PRAS.jl/Project.toml +++ b/PRAS.jl/Project.toml @@ -3,7 +3,7 @@ uuid = "05348d26-1c52-11e9-35e3-9d51842d34b9" authors = [ "Gord Stephen ", "Surya Chandan Dhulipala ", - "Hari Sundar ", + "Srihari Sundar ", "Julian Florez "] -version = "0.7.0" +version = "0.8.0" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" diff --git a/PRASCore.jl/Project.toml b/PRASCore.jl/Project.toml index df5bb324..1af73c1c 100644 --- a/PRASCore.jl/Project.toml +++ b/PRASCore.jl/Project.toml @@ -3,7 +3,7 @@ uuid = "c5c32b99-e7c3-4530-a685-6f76e19f7fe2" authors = [ "Gord Stephen ", "Surya Chandan Dhulipala ", - "Hari Sundar ", + "Srihari Sundar ", "Julian Florez ", "Surya Chandan Dhulipala ", - "Hari Sundar ", + "Srihari Sundar ", "Julian Florez