chore: update job names, remove if check for running jobs

This commit is contained in:
Bl00D4NGEL
2025-01-02 21:22:12 +01:00
parent a936c2d055
commit ab92e7654a
4 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -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:
+1 -2
View File
@@ -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:
+1 -2
View File
@@ -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:
+1 -2
View File
@@ -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: