Skip to content

Commit

Permalink
allow manually dispatching ci workflow (#314)
Browse files Browse the repository at this point in the history
* allow manually dispatching ci workflow

* adjust cs-stan to run on ubuntu-20.04
  • Loading branch information
LordSimal authored Aug 12, 2023
1 parent ea9279c commit f097201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- '*'
workflow_dispatch:

jobs:
testsuite:
Expand Down Expand Up @@ -87,7 +88,7 @@ jobs:

cs-stan:
name: Coding Standard & Static Analysis
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs_3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- 3.x
workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit f097201

Please sign in to comment.