Skip to content

Commit

Permalink
fixes wrongly written bnranch name
Browse files Browse the repository at this point in the history
Signed-off-by: Timm638 <[email protected]>
  • Loading branch information
Timm638 committed Jan 21, 2025
1 parent d1eb610 commit 074afac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ on:

jobs:
job_run_unit_tests_previous_versions:
uses: amosproj/amos2024ws01-rtdip-data-quality-checker/.github/workflows/test.yml@hotfix/dev_pipeline_docs
uses: amosproj/amos2024ws01-rtdip-data-quality-checker/.github/workflows/test.yml@hotfix/dev-pipeline-docs

job_run_unit_tests_and_sonarqube:
uses: amosproj/amos2024ws01-rtdip-data-quality-checker/.github/workflows/sonarcloud_reusable.yml@hotfix/dev_pipeline_docs
uses: amosproj/amos2024ws01-rtdip-data-quality-checker/.github/workflows/sonarcloud_reusable.yml@hotfix/dev-pipeline-docs
with:
REPO_NAME: ""
HEAD_BRANCH: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
job_run_unit_tests:
uses: amosproj/amos2024ws01-rtdip-data-quality-checker/.github/workflows/test.yml@hotfix/dev_pipeline_docs
uses: amosproj/amos2024ws01-rtdip-data-quality-checker/.github/workflows/test.yml@hotfix/dev-pipeline-docs

job_pr_artifact:
needs: job_run_unit_tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

job_run_unit_tests_and_sonarqube:
needs: job_download_pr_artifact
uses: amosproj/amos2024ws01-rtdip-data-quality-checker/.github/workflows/sonarcloud_reusable.yml@hotfix/dev_pipeline_docs
uses: amosproj/amos2024ws01-rtdip-data-quality-checker/.github/workflows/sonarcloud_reusable.yml@hotfix/dev-pipeline-docs
with:
REPO_NAME: ${{ github.event.workflow_run.head_repository.full_name }}
HEAD_BRANCH: ${{ github.event.workflow_run.head_branch }}
Expand Down

0 comments on commit 074afac

Please sign in to comment.