Skip to content

Commit

Permalink
updated branch for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarMZ committed Nov 20, 2024
1 parent 1cea7f5 commit d3d8724
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nf-core CI
on:
push:
branches:
- dev
- github_actions_mza
pull_request:
release:
types: [published]
Expand All @@ -12,7 +12,7 @@ env:
NXF_ANSI_LOG: false

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

jobs:
Expand All @@ -24,16 +24,16 @@ jobs:
strategy:
matrix:
NXF_VER:
- "23.04.0"
- "latest-everything"
- '23.04.0'
- 'latest-everything'
steps:
- name: Check out pipeline code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Install Nextflow
uses: nf-core/setup-nextflow@v1
with:
version: "${{ matrix.NXF_VER }}"
version: '${{ matrix.NXF_VER }}'

- name: Disk space cleanup
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
Expand Down

0 comments on commit d3d8724

Please sign in to comment.