Skip to content

ci: test reusable workflow #18

ci: test reusable workflow

ci: test reusable workflow #18

Workflow file for this run

---
name: Default
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_and_publish:
name: Build and Publish
uses: wealthsimple/public-github-workflows/.github/workflows/ruby-gem-build.yaml@reusable-ruby-gem-workflow

Check failure on line 14 in .github/workflows/default.yaml

View workflow run for this annotation

GitHub Actions / Default

Invalid workflow file

The workflow is not valid. In .github/workflows/default.yaml (Line: 14, Col: 11): Error from called workflow wealthsimple/public-github-workflows/.github/workflows/ruby-gem-build.yaml@reusable-ruby-gem-workflow (Line: 95, Col: 9): Unexpected symbol: '}}'. Located at position 49 within expression: always() && contains(needs.*.result, 'failure') }}
secrets: inherit