mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 02:23:49 +08:00
Fix CI ignored regression workflows
We defined some paths to ignore regression test workflows when, for example, we change the CHANGELOG.md and others. But in fact it was not happening because we didn't define a proper name in the fake regression workflow that fake to the CI that some required status passed. Fixed it defining a proper regression name like we do for the regular regression workflow.
This commit is contained in:
parent
3c8d7cef77
commit
002b6e879a
@ -36,6 +36,8 @@ jobs:
|
||||
fi
|
||||
|
||||
regress:
|
||||
name: PG${{ matrix.pg }}${{ matrix.snapshot }} ${{ matrix.name }} ${{ matrix.os }}
|
||||
needs: matrixbuilder
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user