Skip to content

Commit

Permalink
do not rush in config commits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Apr 10, 2024
1 parent 1ba5344 commit e5ac254
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Group_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Human.ONT_simulated.R9.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Human.PB_simulated.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ILP.PB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Mouse.ONT_simulated.R10.reduced_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Mouse.ONT_simulated.R10.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Mouse.ONT_simulated.R9.reduced_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Mouse.PB_simulated.reduced_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Resume_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SIRVs.Set4.real.noGTF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SIRVs.Set4.real.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SIRVs.Set4.simulated_R10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SIRVs.Set4.simulated_R9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SIRVs.Set4.simulated_perfect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/YAML_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'Running IsoQuant and QC'

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

steps:
Expand Down

0 comments on commit e5ac254

Please sign in to comment.