Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Arbitrator skip CI triggered from @rachel-bousfield of program-activated-event-edits #639

Arbitrator skip CI triggered from @rachel-bousfield of program-activated-event-edits

Arbitrator skip CI triggered from @rachel-bousfield of program-activated-event-edits #639

name: Arbitrator skip CI
run-name: Arbitrator skip CI triggered from @${{ github.actor }} of ${{ github.head_ref }}
on:
pull_request:
paths-ignore:
- 'arbitrator/**'
- 'contracts/src/osp/**'
- 'contracts/src/mock/**'
- 'contracts/test/**'
- 'contracts/hardhat.config.ts'
- 'Makefile'
jobs:
coverage:
name: Run Arbitrator tests
runs-on: ubuntu-latest
steps:
- name: Do nothing
run: echo "doing nothing"