Fix the retry policy so it retries forever instead of just one cycle … #63
This file contains 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
# SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC | |
# SPDX-License-Identifier: Apache-2.0 | |
--- | |
name: CI | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- README.md | |
- CONTRIBUTING.md | |
- MAINTAINERS.md | |
- LICENSE | |
- NOTICE | |
tags: | |
- 'v[0-9]+.[0-9]+.[0-9]+' | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
ci: | |
uses: xmidt-org/shared-go/.github/workflows/ci.yml@9e191cedb6f62d364dc8706c07107c8ef612c346 # v4.2.2 | |
with: | |
release-type: program | |
release-main-package: ./cmd/xmidt-agent | |
secrets: inherit |