Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
c1e037ce
Commit
c1e037ce
authored
May 06, 2022
by
Nicolas "Norswap" Laurent
Committed by
norswap
May 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid duplicate CI runs on PRs
parent
5f75ffb2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
test_challenge.yml
.github/workflows/test_challenge.yml
+1
-1
test_challenge_fault.yml
.github/workflows/test_challenge_fault.yml
+1
-1
test_challenge_simple.yml
.github/workflows/test_challenge_simple.yml
+1
-1
test_contracts.yml
.github/workflows/test_contracts.yml
+1
-1
test_minigeth.yml
.github/workflows/test_minigeth.yml
+1
-1
test_mipsevm.yml
.github/workflows/test_mipsevm.yml
+1
-1
No files found.
.github/workflows/test_challenge.yml
View file @
c1e037ce
name
:
Test Challenge
on
:
[
push
,
pull_request
]
on
:
pull_request
jobs
:
unit
:
...
...
.github/workflows/test_challenge_fault.yml
View file @
c1e037ce
name
:
Test Challenge Fault
on
:
[
push
,
pull_request
]
on
:
pull_request
jobs
:
unit
:
...
...
.github/workflows/test_challenge_simple.yml
View file @
c1e037ce
name
:
Test Challenge Simple
on
:
[
push
,
pull_request
]
on
:
pull_request
jobs
:
unit
:
...
...
.github/workflows/test_contracts.yml
View file @
c1e037ce
name
:
Test Contracts
on
:
[
push
,
pull_request
]
on
:
pull_request
jobs
:
unit
:
...
...
.github/workflows/test_minigeth.yml
View file @
c1e037ce
name
:
Test Minigeth
on
:
[
push
,
pull_request
]
on
:
pull_request
jobs
:
unit
:
...
...
.github/workflows/test_mipsevm.yml
View file @
c1e037ce
name
:
Test MIPS EVM
on
:
[
push
,
pull_request
]
on
:
pull_request
jobs
:
unit
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment