From cf923077479eb67c47babb8853401b165e5fc5d2 Mon Sep 17 00:00:00 2001 From: joergi <1439809+joergi@users.noreply.github.com> Date: Fri, 3 Mar 2023 15:35:04 +0100 Subject: [PATCH] use explizit names for jobs specify for pull request author joergi #100 #101 --- .github/workflows/testing-educational-issues.yml | 6 +++--- .github/workflows/testing-language-issues.yml | 6 +++--- .github/workflows/testing-regular-issues.yml | 9 +++++---- .github/workflows/testing-special-issues.yml | 6 +++--- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/testing-educational-issues.yml b/.github/workflows/testing-educational-issues.yml index 72068e0..c06658d 100644 --- a/.github/workflows/testing-educational-issues.yml +++ b/.github/workflows/testing-educational-issues.yml @@ -12,7 +12,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - powershell: + educational-powershell: runs-on: windows-latest steps: - uses: actions/checkout@v3.3.0 @@ -32,7 +32,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'false' run: exit 1 - bash-linux: + educational-bash-linux: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.3.0 @@ -50,7 +50,7 @@ jobs: - name: File exists if: steps.check_files.outputs.files_exists == 'false' run: exit 1 - bash-macos: + educational-bash-macos: runs-on: macos-latest steps: - uses: actions/checkout@v3.3.0 diff --git a/.github/workflows/testing-language-issues.yml b/.github/workflows/testing-language-issues.yml index 9d7954f..2d3fae1 100644 --- a/.github/workflows/testing-language-issues.yml +++ b/.github/workflows/testing-language-issues.yml @@ -12,7 +12,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - powershell: + language-powershell: runs-on: windows-latest steps: - uses: actions/checkout@v3.3.0 @@ -44,7 +44,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'false' run: exit 1 - bash-linux: + language-bash-linux: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.3.0 @@ -71,7 +71,7 @@ jobs: - name: File exists if: steps.check_files.outputs.files_exists == 'false' run: exit 1 - bash-macos: + language-bash-macos: runs-on: macos-latest steps: - uses: actions/checkout@v3.3.0 diff --git a/.github/workflows/testing-regular-issues.yml b/.github/workflows/testing-regular-issues.yml index af3100f..b106e9a 100644 --- a/.github/workflows/testing-regular-issues.yml +++ b/.github/workflows/testing-regular-issues.yml @@ -12,7 +12,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - linting-powershell: + regular-powershell: runs-on: windows-latest steps: - uses: actions/checkout@v3.3.0 @@ -55,8 +55,8 @@ jobs: - name: File exists if: steps.check_files.outputs.files_exists == 'false' run: exit 1 -# - linting-bash-linux: + + regular-bash-linux: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.3.0 @@ -93,7 +93,8 @@ jobs: - name: File exists if: steps.check_files.outputs.files_exists == 'false' run: exit 1 - linting-bash-macos: + + regular-bash-macos: runs-on: macos-latest steps: - uses: actions/checkout@v3.3.0 diff --git a/.github/workflows/testing-special-issues.yml b/.github/workflows/testing-special-issues.yml index 3f3cfa2..e78b2d1 100644 --- a/.github/workflows/testing-special-issues.yml +++ b/.github/workflows/testing-special-issues.yml @@ -12,7 +12,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - powershell: + special-powershell: runs-on: windows-latest steps: - uses: actions/checkout@v3.3.0 @@ -32,7 +32,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'false' run: exit 1 - bash-linux: + special-bash-linux: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.3.0 @@ -51,7 +51,7 @@ jobs: - name: File exists if: steps.check_files.outputs.files_exists == 'false' run: exit 1 - bash-macos: + special-bash-macos: runs-on: macos-latest steps: - uses: actions/checkout@v3.3.0