Skip to content

Commit beadba1

Browse files
Add token validation and Seqera Platform integration to slack config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a24fe9a commit beadba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cloudtest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,14 @@ jobs:
9292
nextflow_config: |
9393
slack {
9494
enabled = true
95+
validateOnStartup = true
9596
bot {
9697
token = '${{ secrets.NFSLACK_BOT_TOKEN }}'
9798
channel = 'sarek_dev'
9899
}
100+
seqeraPlatform {
101+
enabled = true
102+
}
99103
onStart {
100104
enabled = false
101105
}

0 commit comments

Comments
 (0)