Skip to content

Commit

Permalink
trigger runs for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjaigner committed Feb 11, 2025
1 parent ed25f5c commit c80c39e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
push:
branches:
- main
paths:
- software/controller/**
#paths:
# - software/controller/**
pull_request:
branches:
- main
paths:
- software/controller/**
#paths:
# - software/controller/**

jobs:
test-codebase:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
push:
branches:
- main
paths:
- software/gateway/**
#paths:
# - software/gateway/**
pull_request:
branches:
- main
paths:
- software/gateway/**
#paths:
# - software/gateway/**

jobs:
test-codebase:
Expand Down

0 comments on commit c80c39e

Please sign in to comment.