Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
ci: allow manual trigger of test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 1, 2023
1 parent e217b44 commit 06c131d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
- docs/**
- mkdocs.yml
branches:
- master
- master

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- src/**
- .github/workflows/**
- docker/**
# Allow manual trigger
workflow_dispatch:

jobs:
build-and-test:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
command: tail -f /dev/null
volumes:
- ./replication:/code/build/replication
# - ./:/code
# - ./:/code
networks:
internal:

Expand Down

0 comments on commit 06c131d

Please sign in to comment.