Skip to content

Commit

Permalink
Test linters for OCI Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Jan 21, 2025
1 parent 288a162 commit 8a497e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-oci-docker-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'develop'
- 'feature/lint-docker-oci'
paths:
- '.github/workflows/ci-oci-docker-install.yml'
- 'install/OneClickInstall/install-Docker.sh'
- 'install/docker/*.yml'
workflow_dispatch:
Expand Down Expand Up @@ -83,7 +84,6 @@ jobs:
esac
- name: Checkout repository
if: ${{ github.event_name == 'push' || github.event.inputs.offline == 'true' }}
uses: actions/checkout@v4
with:
ref: ${{ env.BRANCH_NAME }}
Expand Down

0 comments on commit 8a497e6

Please sign in to comment.