Skip to content

Commit

Permalink
Delete duplicate keys
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Mar 19, 2024
1 parent b2ac7e6 commit 95ee3dc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
name: nf-core CI
# This workflow runs the pipeline with the minimal test dataset to check that it completes without any syntax errors
on:
push:
branches:
- dev
pull_request:
release:
types: [published]

env:
NXF_ANSI_LOG: false

concurrency:
group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
cancel-in-progress: true
# This workflow runs the pipeline with the minimal test dataset to check that it completes without any syntax errors
on:
push:
branches:
Expand Down

0 comments on commit 95ee3dc

Please sign in to comment.