Skip to content

Commit

Permalink
Merge pull request #1430 from virtualcell/MakeNightlyPublishedYamlFile
Browse files Browse the repository at this point in the history
Created new workflow
  • Loading branch information
CodeByDrescher authored Jan 28, 2025
2 parents 4602b3e + a91c7e0 commit 46e03a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/NightlyPublished_CLI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Nightly CLI Execution Tests (Published)
on:
schedule:
- cron: "0 7 * * *"
workflow_dispatch:

env:
python-version: "3.10"
poetry-version: "2.0"

jobs:
build:
runs-on: ubuntu-22.04
steps:

- name: Say Hello
run: echo 'Hello, VCell!'

0 comments on commit 46e03a3

Please sign in to comment.