Skip to content

Commit 62b725c

Browse files
Add on error true (#98)
1 parent fd752bb commit 62b725c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ name: Continuous Integration
44
# events but only for the master branch, or add_actions branch
55
on:
66
push:
7-
branches: [ master, add_actions ]
7+
branches: [ master, test_actions ]
88
pull_request:
9-
branches: [ master, add_actions ]
9+
branches: [ master, test_actions ]
1010

1111
jobs:
1212
test_workflow:
1313
runs-on: ubuntu-latest
14+
continue-on-error: true
1415

1516
env:
1617
NXF_ANSI_LOG: false

0 commit comments

Comments
 (0)