Skip to content

Commit

Permalink
Label correction
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 12, 2024
1 parent d029d4a commit bf5e806
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
branches:
- '*'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true


jobs:
matrix:
if: github.repository_owner == 'tardis-sn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

continuum_tests:
if: github.repository_owner == 'tardis-sn'
name: ${{ inputs.run_label }}
name: continuum-${{ inputs.run_label }}
runs-on: ${{ inputs.run_label }}
steps:
- name: Setup tardis
Expand Down

0 comments on commit bf5e806

Please sign in to comment.