From 278b2c0b91a64076225ee4fb7b219d04aa49e979 Mon Sep 17 00:00:00 2001 From: Mikkel Schmidt Date: Tue, 2 Jan 2024 06:51:45 +0100 Subject: [PATCH] Github: formatting --- .github/workflows/ConfiguratorTests.yml | 5 +++++ .github/workflows/TestReport.yml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/ConfiguratorTests.yml b/.github/workflows/ConfiguratorTests.yml index 43b63b76..e6c09a8a 100644 --- a/.github/workflows/ConfiguratorTests.yml +++ b/.github/workflows/ConfiguratorTests.yml @@ -10,7 +10,12 @@ env: RATOS_DATA_DIR: ${{ github.workspace }}/ratos-data on: push: + branches: + - "**" pull_request: + branches: + - "**" + workflow_dispatch: jobs: diff --git a/.github/workflows/TestReport.yml b/.github/workflows/TestReport.yml index d2c3f22e..2311775b 100644 --- a/.github/workflows/TestReport.yml +++ b/.github/workflows/TestReport.yml @@ -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