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
3f055d69
Unverified
Commit
3f055d69
authored
Nov 24, 2021
by
smartcontracts
Committed by
GitHub
Nov 24, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1760 from ethereum-optimism/sc/workflow-all-branches
fix: remove branch restrictions for some workflows
parents
68cd04f9
ac71b981
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
23 deletions
+2
-23
batch-submitter.yml
.github/workflows/batch-submitter.yml
+2
-7
gas-oracle.yml
.github/workflows/gas-oracle.yml
+0
-5
geth.yml
.github/workflows/geth.yml
+0
-6
golangci-lint.yml
.github/workflows/golangci-lint.yml
+0
-5
No files found.
.github/workflows/batch-submitter.yml
View file @
3f055d69
...
@@ -12,11 +12,6 @@ on:
...
@@ -12,11 +12,6 @@ on:
pull_request
:
pull_request
:
paths
:
paths
:
-
'
go/batch-submitter/*'
-
'
go/batch-submitter/*'
branches
:
-
'
master'
-
'
develop'
-
'
*rc'
-
'
regenesis/*'
workflow_dispatch
:
workflow_dispatch
:
defaults
:
defaults
:
...
@@ -31,7 +26,7 @@ jobs:
...
@@ -31,7 +26,7 @@ jobs:
-
name
:
Install Go
-
name
:
Install Go
uses
:
actions/setup-go@v2
uses
:
actions/setup-go@v2
with
:
with
:
go-version
:
1.16.x
go-version
:
1.16.x
-
name
:
Checkout code
-
name
:
Checkout code
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
...
@@ -40,4 +35,4 @@ jobs:
...
@@ -40,4 +35,4 @@ jobs:
run
:
make
run
:
make
-
name
:
Test
-
name
:
Test
run
:
make test
run
:
make test
.github/workflows/gas-oracle.yml
View file @
3f055d69
...
@@ -12,11 +12,6 @@ on:
...
@@ -12,11 +12,6 @@ on:
pull_request
:
pull_request
:
paths
:
paths
:
-
'
go/gas-oracle/**'
-
'
go/gas-oracle/**'
branches
:
-
'
master'
-
'
develop'
-
'
*rc'
-
'
regenesis/*'
workflow_dispatch
:
workflow_dispatch
:
defaults
:
defaults
:
...
...
.github/workflows/geth.yml
View file @
3f055d69
name
:
geth unit tests
name
:
geth unit tests
on
:
on
:
push
:
push
:
paths
:
paths
:
...
@@ -13,11 +12,6 @@ on:
...
@@ -13,11 +12,6 @@ on:
pull_request
:
pull_request
:
paths
:
paths
:
-
'
l2geth/**'
-
'
l2geth/**'
branches
:
-
'
master'
-
'
develop'
-
'
*rc'
-
'
regenesis/*'
workflow_dispatch
:
workflow_dispatch
:
defaults
:
defaults
:
...
...
.github/workflows/golangci-lint.yml
View file @
3f055d69
...
@@ -13,11 +13,6 @@ on:
...
@@ -13,11 +13,6 @@ on:
paths
:
paths
:
-
'
go/gas-oracle/**'
-
'
go/gas-oracle/**'
-
'
go/batch-submitter/**'
-
'
go/batch-submitter/**'
branches
:
-
'
master'
-
'
develop'
-
'
*rc'
-
'
regenesis/*'
jobs
:
jobs
:
golangci
:
golangci
:
name
:
lint
name
:
lint
...
...
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