Skip to content

Commit

Permalink
Merge pull request #3424 from JuliaReach/schillic/actions
Browse files Browse the repository at this point in the history
Enable manual triggering of CI scripts
  • Loading branch information
schillic authored Jan 6, 2024
2 parents 6271834 + 6b2864f commit fd1a7c0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Spell Check

on: [pull_request]
on:
pull_request:
workflow_dispatch:

jobs:
typos-check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'README.md'
branches:
- master
workflow_dispatch:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths-ignore:
- 'LICENSE'
- 'README.md'
workflow_dispatch:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clean-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Doc Preview Cleanup
on:
pull_request:
types: [closed]
workflow_dispatch:

jobs:
doc-preview-cleanup:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
paths-ignore:
- 'LICENSE'
- 'README.md'
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- 'LICENSE'
- 'README.md'
workflow_dispatch:

concurrency:
# Skip intermediate builds: always.
Expand Down

0 comments on commit fd1a7c0

Please sign in to comment.