diff --git a/.github/workflows/run-daily-regression.yaml b/.github/workflows/run-daily-regression.yaml index 3c56cdf..9734ee7 100644 --- a/.github/workflows/run-daily-regression.yaml +++ b/.github/workflows/run-daily-regression.yaml @@ -1,4 +1,4 @@ -name: Daily run of P0 tests +name: Daily run of regression tests on: schedule: @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - run-daily-p0-tests: + run-daily-regression-tests: timeout-minutes: 30 runs-on: ubuntu-latest strategy: