knative-extensions/net-kourier #775
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
| # Copyright The Knative Authors. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # This file is automagically generated from ./hack/update-workflows.sh | |
| name: 'knative-extensions/net-kourier' | |
| on: | |
| schedule: | |
| - cron: '0 13 * * 1-5' # 6am Pacific, weekdays. | |
| workflow_dispatch: | |
| inputs: | |
| release: | |
| type: string | |
| required: false | |
| description: Release Version | |
| jobs: | |
| releasability: | |
| uses: ./.github/workflows/releasability.yaml | |
| with: | |
| repo: knative-extensions/net-kourier | |
| release: ${{ inputs.release }} | |
| post-to-slack: ${{ github.event_name != 'schedule' }} | |
| secrets: inherit |