Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-pull-request-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
pull-requests: read
name: Validate PR Title
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-check-for-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: Filter
permissions:
contents: read
runs-on: ubuntu-latest
runs-on: self-hosted
outputs:
hasInfraChanges: ${{ steps.filter.outputs.azure_any_modified == 'true' || steps.filter.outputs.github_workflows_any_modified == 'true' }}
hasBackendChanges: ${{ steps.filter-backend.outputs.backend_any_modified == 'true' || steps.filter.outputs.github_workflows_any_modified == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-generate-git-short-sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Generate git short sha
permissions:
contents: read
runs-on: ubuntu-latest
runs-on: self-hosted
outputs:
gitShortSha: ${{ steps.set-git-short-sha.outputs.gitShortSha }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-get-current-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Filter
permissions:
contents: read
runs-on: ubuntu-latest
runs-on: self-hosted
outputs:
version: ${{ steps.set-current-version.outputs.version }}
steps:
Expand Down
Loading