diff --git a/.github/workflows/benchmark_pr.yml b/.github/workflows/benchmark_pr.yml index 39ede3c3..e02261e8 100644 --- a/.github/workflows/benchmark_pr.yml +++ b/.github/workflows/benchmark_pr.yml @@ -18,7 +18,7 @@ env: jobs: bench_pr_branch: # DO NOT REMOVE: For handling Fork PRs see Pull Requests from Forks - if: "github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'" + if: "github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' && github.actor != 'openstack-experimental-release-plz'" permissions: pull-requests: write strategy: diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index e1e9bc73..132b44fe 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -124,6 +124,7 @@ jobs: federation: runs-on: ubuntu-latest + if: "github.actor != 'openstack-experimental-release-plz'" needs: - build permissions: @@ -202,6 +203,7 @@ jobs: loadtest: runs-on: ubuntu-latest + if: "github.actor != 'openstack-experimental-release-plz'" needs: - build permissions: