diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ce5f8bc0b..5e5aed996d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ on: # NOTE: If you change these you must update ci-noop.yml as well pull_request: paths-ignore: - - "microsite/**" - - "beps/**" + - 'microsite/**' + - 'beps/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }}