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 e6babf8 commit 288a162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-oci-docker-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'hotfix/**'
- 'release/**'
- 'develop'
- 'feature/lint-docker-oci'
paths:
- 'install/OneClickInstall/install-Docker.sh'
- 'install/docker/*.yml'
Expand Down Expand Up @@ -82,7 +83,7 @@ jobs:
esac
- name: Checkout repository
if: ${{ github.event.inputs.offline == 'true' }}
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 288a162

Please sign in to comment.