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
4 changes: 0 additions & 4 deletions .github/olm-publish/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ runs:
username: ${{ inputs.quay_login }}
password: ${{ inputs.quay_token }}

- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Create new integration branch
shell: bash
# Creating a branch here in order to avoid commiting to our local main
Expand Down
4 changes: 0 additions & 4 deletions .github/osd-test-harness-publish/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ runs:
username: ${{ inputs.quay_login }}
password: ${{ inputs.quay_token }}

- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Build and publish test harness image
shell: bash
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/package-operator-publish/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Go environment
uses: actions/setup-go@v5
with:
Expand Down