Merge branch 'main' into workflow_call #1742
This file contains hidden or 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: Workflow Call Replay | |
| permissions: | |
| contents: read | |
| on: | |
| push: | |
| paths: | |
| - crates/** | |
| - ".github/workflows/pr-main_replay.yaml" | |
| workflow_dispatch: | |
| jobs: | |
| workflow-call: | |
| uses: lambdaclass/ethrex-replay/.github/workflows/workflow-call.yaml@add_remote_workflow | |
| with: | |
| ethrex_branch: ${{ github.head_ref || github.ref_name }} |