File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565
6666 star_salmon :
6767 name : Test STAR Salmon with workflow parameters
68- if : ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq') }}
68+ if : ${{ ( github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq')) && !contains(github.event.head_commit.message, '[ci fast] ') }}
6969 runs-on : ubuntu-latest
7070 strategy :
7171 matrix :
@@ -122,7 +122,7 @@ jobs:
122122
123123 star_rsem :
124124 name : Test STAR RSEM with workflow parameters
125- if : ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq') }}
125+ if : ${{ ( github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq')) && !contains(github.event.head_commit.message, '[ci fast] ') }}
126126 runs-on : ubuntu-latest
127127 strategy :
128128 matrix :
@@ -168,7 +168,7 @@ jobs:
168168
169169 hisat2 :
170170 name : Test HISAT2 with workflow parameters
171- if : ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq') }}
171+ if : ${{ ( github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq')) && !contains(github.event.head_commit.message, '[ci fast] ') }}
172172 runs-on : ubuntu-latest
173173 strategy :
174174 matrix :
@@ -214,7 +214,7 @@ jobs:
214214
215215 salmon :
216216 name : Test Salmon with workflow parameters
217- if : ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq') }}
217+ if : ${{ ( github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq')) && !contains(github.event.head_commit.message, '[ci fast] ') }}
218218 runs-on : ubuntu-latest
219219 strategy :
220220 matrix :
You can’t perform that action at this time.
0 commit comments