diff --git a/.github/workflows/aptly.yml b/.github/workflows/aptly.yml new file mode 100644 index 0000000..049ddb2 --- /dev/null +++ b/.github/workflows/aptly.yml @@ -0,0 +1,24 @@ +name: Aptly + +permissions: + contents: read + +on: + pull_request: + push: + branches: + - main + +concurrency: + group: >- + ${{ github.event.inputs.head_ref || github.run_id }} + + +jobs: + lint: + runs-on: ubuntu-24.04 + if: github.repository_owner == 'envoyproxy' + steps: + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - run: | + echo "CI running"