Skip to content

Commit

Permalink
switch to github workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Apr 10, 2024
1 parent bee369f commit fcf72ce
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 64 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Group_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Human.ONT_simulated.R9.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Human.PB_simulated.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ILP.PB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Mouse.ONT_simulated.R10.reduced_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Mouse.ONT_simulated.R10.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Mouse.ONT_simulated.R9.reduced_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/Mouse.ONT_simulated.R9.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Mouse.PB_simulated.reduced_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Resume_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/SIRVs.Set4.real.noGTF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/SIRVs.Set4.real.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/SIRVs.Set4.simulated_R10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/SIRVs.Set4.simulated_R9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/SIRVs.Set4.simulated_perfect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/YAML_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ env:
BIN_PATH: /abga/work/andreyp/ci_isoquant/bin/
OUTPUT_BASE: /abga/work/andreyp/ci_isoquant/output/${{github.ref_name}}/

concurrency:
group: ${{github.workflow}}
cancel-in-progress: false

jobs:
launch-runner:
runs-on:
labels: [self-hosted]
name: 'Running IsoQuant and QC'

concurrency:
group: ${{env.RUN_NAME}}
cancel-in-progress: false

steps:
- name: 'Cleanup'
run: >
Expand Down

0 comments on commit fcf72ce

Please sign in to comment.