Skip to content

feat: added support for configurable directory index file name #5

feat: added support for configurable directory index file name

feat: added support for configurable directory index file name #5

##
# Copyright (C) 2024 Hedera Hashgraph, LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##
name: "PR Checks"
on:
pull_request:
types:
- opened
- reopened
- synchronize
defaults:
run:
shell: bash
concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
httpd-oidc-images:
name: HTTPD OpenIDC Images
uses: ./.github/workflows/zxc-build-httpd-oidc-images.yaml
with:
tag-version: v0.0.0-${{ github.sha }}
dry-run-enabled: true