refactor(general): add running allure report flow after forge ci job part 2 #4465
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: CI | |
on: | |
push: | |
branches: [main] | |
tags: ['*'] | |
pull_request: | |
permissions: | |
id-token: write | |
contents: write | |
packages: write | |
pull-requests: write | |
jobs: | |
ci: | |
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.1.0 | |
with: | |
forge_version: 0.2.1 | |
allure: | |
needs: ci | |
uses: input-output-hk/catalyst-voices/.github/workflows/generate-allure-report.yml@main |