Skip to content

Commit

Permalink
Github: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jan 2, 2024
1 parent aa2d391 commit 278b2c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ConfiguratorTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ env:
RATOS_DATA_DIR: ${{ github.workspace }}/ratos-data
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"

workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/TestReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
workflows: ["CI"] # runs after CI workflow
types:
- completed

permissions:
contents: read
actions: read
checks: write

jobs:
report:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 278b2c0

Please sign in to comment.