standardize workflows for build-resources v4 #30
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Docker verify REFRESHED_AT Updated | |
| # Required status check: Verify Dockerfiles REFRESHED_AT Updated / Dockerfile Check Status | |
| # The other status checks beginning with "Verify Dockerfiles REFRESHED_AT Updated / ..." are not required. | |
| on: | |
| pull_request: | |
| branches: [main] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} | |
| cancel-in-progress: true | |
| permissions: {} | |
| jobs: | |
| verify-dockerfiles: | |
| name: Verify Dockerfiles REFRESHED_AT Updated | |
| permissions: | |
| contents: read | |
| uses: senzing-factory/build-resources/.github/workflows/verify-dockerfile-refreshed-at-updated.yaml@v4 |