Skip to content

Commit

Permalink
Add trigger for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Aug 21, 2024
1 parent dd36bcd commit 4c2999e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Linux bioconda

on:
push:
workflow_dispatch:
schedule:
- cron: '30 10 * * *' # 3:15am everyday
- cron: '30 10 * * *' #
repository_dispatch:
types: [linux-bioconda-test, install-test]
jobs:
Expand Down

0 comments on commit 4c2999e

Please sign in to comment.