diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 3d1c12b..eff0e7e 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -1,6 +1,8 @@ # actionlint reusable workflow. # -# Recommended caller stanza: +# Recommended caller stanza. Do not add `paths:` to `pull_request`; it +# breaks promotion to a required check (skipped run = missing check = +# auto-merge stall). Path filtering on `push` is fine. # # name: actionlint # on: @@ -11,9 +13,6 @@ # - .github/actions/** # pull_request: # branches: [main] -# paths: -# - .github/workflows/** -# - .github/actions/** # jobs: # actionlint: # uses: openCoreEMR/github-workflows-public/.github/workflows/actionlint.yml@ @@ -31,9 +30,6 @@ on: pull_request: branches: - main - paths: - - .github/workflows/** - - .github/actions/** workflow_call: inputs: runs-on: diff --git a/.github/workflows/dclint.yml b/.github/workflows/dclint.yml index 7823a39..162e9e4 100644 --- a/.github/workflows/dclint.yml +++ b/.github/workflows/dclint.yml @@ -1,6 +1,8 @@ # dclint (Docker Compose linter) reusable workflow. # -# Recommended caller stanza: +# Recommended caller stanza. Do not add `paths:` to `pull_request`; it +# breaks promotion to a required check (skipped run = missing check = +# auto-merge stall). Path filtering on `push` is fine. # # name: dclint # on: @@ -14,12 +16,6 @@ # - .github/workflows/dclint.yml # pull_request: # branches: [main] -# paths: -# - '**/compose.yml' -# - '**/compose.yaml' -# - '**/docker-compose*.yml' -# - '**/docker-compose*.yaml' -# - .github/workflows/dclint.yml # jobs: # dclint: # uses: openCoreEMR/github-workflows-public/.github/workflows/dclint.yml@ diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index e0e1cfc..2f6406a 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -1,6 +1,8 @@ # hadolint (Dockerfile linter) reusable workflow. # -# Recommended caller stanza: +# Recommended caller stanza. Do not add `paths:` to `pull_request`; it +# breaks promotion to a required check (skipped run = missing check = +# auto-merge stall). Path filtering on `push` is fine. # # name: hadolint # on: @@ -11,9 +13,6 @@ # - .github/workflows/hadolint.yml # pull_request: # branches: [main] -# paths: -# - '**/Dockerfile*' -# - .github/workflows/hadolint.yml # jobs: # hadolint: # uses: openCoreEMR/github-workflows-public/.github/workflows/hadolint.yml@ diff --git a/.github/workflows/php-composer-script.yml b/.github/workflows/php-composer-script.yml index d02e4e8..26ad6dd 100644 --- a/.github/workflows/php-composer-script.yml +++ b/.github/workflows/php-composer-script.yml @@ -1,7 +1,10 @@ # Generic reusable for any "composer install + composer