diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index ed98b1e8d..16e462664 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -1,9 +1,6 @@ name: Lint Actions on: - push: - branches: - - main pull_request: branches: - main @@ -12,7 +9,7 @@ permissions: contents: read jobs: - dependency-review: + actionlint: runs-on: ubuntu-20.04 steps: - name: "Checkout Repository"