Arbitrator skip CI triggered from @tsahee of remove-ipfs-support #10180
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: Arbitrator skip CI | |
run-name: Arbitrator skip CI triggered from @${{ github.actor }} of ${{ github.head_ref }} | |
on: | |
merge_group: | |
pull_request: | |
paths-ignore: | |
- 'arbitrator/**' | |
- 'contracts/src/osp/**' | |
- 'contracts/src/mock/**' | |
- 'contracts/test/**' | |
- 'contracts/hardhat.config.ts' | |
- 'Makefile' | |
jobs: | |
arbitrator: | |
name: Run Arbitrator tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Do nothing | |
run: echo "doing nothing" |