diff --git a/.github/workflows/gorgone.yml b/.github/workflows/gorgone.yml index a4112ca19f..d7e5a1a355 100644 --- a/.github/workflows/gorgone.yml +++ b/.github/workflows/gorgone.yml @@ -57,8 +57,11 @@ jobs: - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 id: filter - if: ${{ github.event_name == 'pull_request' }} + if: | + github.event_name == 'pull_request' && + needs.get-environment.outputs.stability != 'testing' with: + base: ${{ github.head_ref || github.ref_name }} filters: | trigger_unit_tests: - '/gorgone/**'