Skip to content

Enable syncWindows property in Argo Projects #49

Enable syncWindows property in Argo Projects

Enable syncWindows property in Argo Projects #49

Workflow file for this run

name: Promtool
on:
pull_request:
paths:
- 'charts/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
promtool:
if: false #"! github.event.pull_request.head.repo.fork"
uses: empathyco/platform-reusable-github-actions/.github/workflows/promtool.yml@main

Check failure on line 12 in .github/workflows/promtool.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/promtool.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/promtool.yaml" -> "empathyco/platform-reusable-github-actions/.github/workflows/promtool.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
path: templates/prometheusrule.yaml
working-directory: charts/yace-exporter
publicRepo: true
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}