Arbitrator skip CI triggered from @gligneul of gligneul/database-missing-chain-config #10193
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" |