[DO NOT MERGE] Kick CI to see if tests are breaking on 3.x branch #41
Workflow file for this run
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
--- | ||
name: Catalog | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
push: | ||
branches: | ||
- 3.x | ||
permissions: | ||
contents: "read" | ||
packages: "read" | ||
id-token: "write" | ||
jobs: | ||
# TODO: enable docs-like-code once we are ready to publish docs to Confluence | ||
# docs: | ||
# uses: pantheon-systems/service-catalog/.github/workflows/docs-like-code.yaml@main | ||
catalog-upload: | ||
uses: pantheon-systems/service-catalog/.github/workflows/catalog-upload.yaml@main | ||
Check failure on line 21 in .github/workflows/catalog.yaml GitHub Actions / .github/workflows/catalog.yamlInvalid workflow file
|