Skip to content

[TA-3998]: setup axelar module #1

[TA-3998]: setup axelar module

[TA-3998]: setup axelar module #1

Workflow file for this run

name: "Pull Request"
on:
pull_request:
types: [opened, synchronize]
concurrency:
# Cancel old runs if there is a new commit in the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-cosmos:
uses: ./.github/workflows/build-cosmos.yaml
secrets: inherit
build-evm:
uses: ./.github/workflows/build-evm.yaml

Check failure on line 17 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "./.github/workflows/build-evm.yaml" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
target: integration
push: false
build-axelar:
uses: ./.github/workflows/build-axelar.yaml
secrets: inherit
with:
target: integration
push: false