Skip to content

Commit

Permalink
add possibility to run the CI manually
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Oct 9, 2024
1 parent 3e44570 commit 8160aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stainless-CI.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Stainless CI
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stainless-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Stainless Nightly
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
jobs:
Expand Down

0 comments on commit 8160aa3

Please sign in to comment.