Commit ba012781 authored by Nicolas "Norswap" Laurent's avatar Nicolas "Norswap" Laurent Committed by norswap

don't run the CI twice

parent 92f6678f
name: Test Challenge name: Test Challenge
on: [push, pull_request] on: push
jobs: jobs:
unit: unit:
......
name: Test Challenge Fault name: Test Challenge Fault
on: [push, pull_request] on: push
jobs: jobs:
unit: unit:
......
name: Test Challenge Simple name: Test Challenge Simple
on: [push, pull_request] on: push
jobs: jobs:
unit: unit:
......
name: Test Contracts name: Test Contracts
on: [push, pull_request] on: push
jobs: jobs:
unit: unit:
......
name: Test minigeth name: Test minigeth
on: [push, pull_request] on: push
jobs: jobs:
unit: unit:
...@@ -24,4 +24,4 @@ jobs: ...@@ -24,4 +24,4 @@ jobs:
- name: Test block 13284053 (deletion) - name: Test block 13284053 (deletion)
run: minigeth/go-ethereum 13284053 run: minigeth/go-ethereum 13284053
- name: Test block 13303075 (uncles) - name: Test block 13303075 (uncles)
run: minigeth/go-ethereum 13303075 run: minigeth/go-ethereum 13303075
\ No newline at end of file
name: Test MIPS EVM name: Test MIPS EVM
on: [push, pull_request] on: push
jobs: jobs:
unit: unit:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment