Skip to content

Commit

Permalink
test public runners
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Nov 11, 2024
1 parent 58befe5 commit 6c89ef4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/md-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
jobs:
check-links:
name: MD_Check_Links
runs-on:
group: large-runners
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
runs-on:
group: large-runners
runs-on: ubuntu-latest
steps:
# (Optional) GitHub Enterprise requires GHE_HOST variable set
#- name: Set GHE_HOST
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
jobs:
superlinter:
name: Super_Linter
runs-on:
group: large-runners
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
jobs:
docs:
name: Terraform_Docs
runs-on:
group: large-runners
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
with:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ concurrency:
jobs:
collectInputs:
name: Collect workflow inputs
runs-on:
group: large-runners
runs-on: ubuntu-latest
outputs:
directories: ${{ steps.dirs.outputs.directories }}
steps:
Expand All @@ -37,8 +36,7 @@ jobs:
preCommitMinVersions:
name: Min TF pre-commit
needs: collectInputs
runs-on:
group: large-runners
runs-on: ubuntu-latest
strategy:
matrix:
directory: ${{ fromJson(needs.collectInputs.outputs.directories) }}
Expand Down Expand Up @@ -84,8 +82,7 @@ jobs:

preCommitMaxVersion:
name: Max TF pre-commit
runs-on:
group: large-runners
runs-on: ubuntu-latest
needs: collectInputs
steps:
- name: Remove default Terraform
Expand Down

0 comments on commit 6c89ef4

Please sign in to comment.