From ab92e7654a5b1db8036ae16289e27928338f6ed1 Mon Sep 17 00:00:00 2001 From: Bl00D4NGEL Date: Thu, 2 Jan 2025 21:22:12 +0100 Subject: [PATCH] chore: update job names, remove if check for running jobs --- .github/workflows/UpdateScore.yml | 3 +-- .github/workflows/VerifyBuild.yml | 3 +-- .github/workflows/VerifyNonEquivalent.yml | 3 +-- .github/workflows/VerifyNonMatching.yml | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/UpdateScore.yml b/.github/workflows/UpdateScore.yml index 1ea56b81..52617089 100644 --- a/.github/workflows/UpdateScore.yml +++ b/.github/workflows/UpdateScore.yml @@ -5,8 +5,7 @@ on: branches: [master] jobs: - build: - if: ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push' }} + update-score: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/VerifyBuild.yml b/.github/workflows/VerifyBuild.yml index 5d98487a..29f42e4c 100644 --- a/.github/workflows/VerifyBuild.yml +++ b/.github/workflows/VerifyBuild.yml @@ -7,8 +7,7 @@ on: branches: [master] jobs: - build: - if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} + verify-build: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/VerifyNonEquivalent.yml b/.github/workflows/VerifyNonEquivalent.yml index 045814ad..63757799 100644 --- a/.github/workflows/VerifyNonEquivalent.yml +++ b/.github/workflows/VerifyNonEquivalent.yml @@ -7,8 +7,7 @@ on: branches: [master] jobs: - build: - if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} + verify-non-equivalent: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/VerifyNonMatching.yml b/.github/workflows/VerifyNonMatching.yml index 273fee55..9210997c 100644 --- a/.github/workflows/VerifyNonMatching.yml +++ b/.github/workflows/VerifyNonMatching.yml @@ -7,8 +7,7 @@ on: branches: [master] jobs: - build: - if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} + verify-non-matching: runs-on: ubuntu-latest steps: