Skip to content

Commit

Permalink
Fix workflow dispatch rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Aug 28, 2023
1 parent f347dbc commit 9db428a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rvoc-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
# Run on changed source files
- 'backend/rvoc-backend/src/**'
- 'backend/api_commands/src/**'
- 'backend/integration-tests/src/**'
branches: main
pull_request:
branches: main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/web-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- '**/rust-toolchain.toml'
# Run on changed source files
- 'backend/rvoc-backend/src/**'
- 'backend/api_commands/src/**'
- 'backend/integration-tests/src/**'
# Run on changed flake
- 'flake.nix'
- 'flake.lock'
Expand All @@ -21,6 +23,9 @@ on:
- 42-add-user-account-creation
pull_request:
branches: main
# Sometimes the rules above don't match even though they should.
# This allows us to run the workflow manually anyways.
workflow_dispatch:

jobs:
run_integration_tests:
Expand Down

0 comments on commit 9db428a

Please sign in to comment.