diff --git a/.github/workflows/pull-requests-release.yaml b/.github/workflows/pull-requests-release.yaml index 35fa2078..a0896f26 100644 --- a/.github/workflows/pull-requests-release.yaml +++ b/.github/workflows/pull-requests-release.yaml @@ -1,4 +1,4 @@ -name: Verify and Finalize Release PR +name: Releasing PR on: pull_request: diff --git a/.github/workflows/pull-requests.yaml b/.github/workflows/pull-requests.yaml index 959c3968..47d19f4a 100644 --- a/.github/workflows/pull-requests.yaml +++ b/.github/workflows/pull-requests.yaml @@ -1,4 +1,4 @@ -name: Build and Test +name: Pull Request on: pull_request: @@ -6,7 +6,7 @@ on: jobs: e2e: - name: Build and Test for Pull Requests + name: Build and Test runs-on: [self-hosted] permissions: contents: read diff --git a/.github/workflows/tags.yaml b/.github/workflows/tags.yaml index 5a244fb0..c67f0f11 100644 --- a/.github/workflows/tags.yaml +++ b/.github/workflows/tags.yaml @@ -1,4 +1,4 @@ -name: Prepare Release +name: Versioned Tag on: push: