Skip to content

Commit

Permalink
Update nf_core/pipeline-template/.github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored Oct 10, 2024
1 parent b51770c commit 42f1de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
NXF_SINGULARITY_LIBRARYDIR: {% raw %}${{ github.workspace }}{% endraw %}/.singularity

concurrency:
group: "{% raw %}${{ github.workflow }}{% endraw %}-{% raw %}${{ github.event.pull_request.number || github.ref }}{% endraw %}"
group: "{% raw %}${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}{% endraw %}"
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 42f1de4

Please sign in to comment.