Skip to content
Merged
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
16 changes: 0 additions & 16 deletions .github/workflows/opentofu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
description: Runner label
type: string
default: arc-tf
container-image:
description: Optional container image for GitHub-hosted runners
type: string
default: ""
setup-ssh:
description: Whether to setup SSH keys
type: boolean
Expand Down Expand Up @@ -56,10 +52,6 @@ jobs:
id-token: write
pull-requests: write
runs-on: ${{ inputs.runs-on }}
container: ${{ inputs.container-image || null }}
defaults:
run:
shell: bash
steps:
- name: Checkout
id: checkout
Expand Down Expand Up @@ -222,10 +214,6 @@ jobs:
id-token: write
pull-requests: write
runs-on: ${{ inputs.runs-on }}
container: ${{ inputs.container-image || null }}
defaults:
run:
shell: bash
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
needs: [test]
steps:
Expand Down Expand Up @@ -317,10 +305,6 @@ jobs:
contents: read
id-token: write
runs-on: ${{ inputs.runs-on }}
container: ${{ inputs.container-image || null }}
defaults:
run:
shell: bash
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: [test]
steps:
Expand Down